Searched refs:expand_builtin_unop (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | builtins.c | 147 static rtx expand_builtin_unop (machine_mode, tree, rtx, rtx, optab); 5135 expand_builtin_unop (machine_mode target_mode, tree exp, rtx target, in expand_builtin_unop() function 6924 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin() 6931 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin() 6938 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin() 6945 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin() 6952 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin() 6959 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | builtins.c | 129 static rtx expand_builtin_unop (enum machine_mode, tree, rtx, rtx, optab); 4659 expand_builtin_unop (enum machine_mode target_mode, tree exp, rtx target, in expand_builtin_unop() function 6097 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin() 6105 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin() 6113 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin() 6121 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin() 6129 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin() 6137 target = expand_builtin_unop (target_mode, exp, target, in expand_builtin()
|