Searched refs:condjump (Results 1 – 2 of 2) sorted by relevance
/external/lua/src/ |
D | lcode.c | 158 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { in condjump() function 844 return condjump(fs, OP_TEST, GETARG_B(ie), 0, !cond); in jumponcond() 850 return condjump(fs, OP_TESTSET, NO_REG, e->u.info, cond); in jumponcond() 1044 e1->u.info = condjump(fs, OP_EQ, 0, rk1, rk2); in codecomp() 1050 e1->u.info = condjump(fs, op, 1, rk2, rk1); /* invert operands */ in codecomp() 1055 e1->u.info = condjump(fs, op, 1, rk1, rk2); in codecomp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | auto-successor.mir | 28 JE_1 %bb.4, implicit undef $eflags ; condjump+fallthrough to same block
|