Searched refs:do_jump (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Ddojump.c102 do_jump (exp, label, NULL_RTX);
110 do_jump (exp, NULL_RTX, label);
157 do_jump always does any pending stack adjust except when it does not
162 do_jump (tree exp, rtx if_false_label, rtx if_true_label)
209 do_jump (TREE_OPERAND (exp, 0), if_false_label, if_true_label);
257 do_jump (build2 (BIT_AND_EXPR, argtype, arg,
282 do_jump (fold_convert (type, exp), if_false_label, if_true_label);
288 do_jump (TREE_OPERAND (exp, 0), if_true_label, if_false_label);
304 do_jump (TREE_OPERAND (exp, 0), label1, NULL_RTX);
305 do_jump (TREE_OPERAN
161 do_jump (tree exp, rtx if_false_label, rtx if_true_label) function
[all...]
H A Dexpr.h536 extern void do_jump (tree, rtx, rtx);
H A Dexpr.c8666 do_jump (TREE_OPERAND (rhs, 1),
H A Dbuiltins.c4698 called from do_jump if the conditional is a __builtin_expect. Return either
4721 do_jump (arg0, if_false_label, if_true_label);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c278 static void do_jump (char *);
522 {"jl", 0x04000001, 0x3e000001, 0x8000, PC_DISP24div2, do_jump},
525 {"j", 0x04000000, 0x3e000001, 0x8000, PC_DISP24div2, do_jump},
4495 do_jump (char *str) function

Completed in 270 milliseconds