branchIns 1408 core/CodegenLIR.cpp LIns *b = branchIns(LIR_jf, c); branchIns 1500 core/CodegenLIR.cpp LIns* br = branchIns(LIR_jt, cmp); // will patch branchIns 1596 core/CodegenLIR.cpp exBranch = branchIns(LIR_jf, eq0(setjmpResult)); branchIns 1683 core/CodegenLIR.cpp LIns* br = branchIns(LIR_jf, binaryIns(LIR_eq, interrupted, InsConst(AvmCore::NotInterrupted))); branchIns 2879 core/CodegenLIR.cpp LIns* br = branchIns(LIR_jt, peq0(value)); // will be patched branchIns 3318 core/CodegenLIR.cpp branchIns(LIR_j, 0, targetpc_off); // will be patched branchIns 3345 core/CodegenLIR.cpp branchIns(LIR_jf, cmp, targetpc_off); // will be patched branchIns 3358 core/CodegenLIR.cpp branchIns(LIR_jt, binaryIns(LIR_eq, index, InsConst(i)), target); branchIns 3364 core/CodegenLIR.cpp branchIns(LIR_j, 0, targetpc_off); branchIns 4647 core/CodegenLIR.cpp branchIns(br, cond, target_off); branchIns 4845 core/CodegenLIR.cpp branchIns(LIR_jt, binaryIns(LIR_eq, handler_target, InsConst(handler_pc_off)), handler_pc_off); branchIns 4847 core/CodegenLIR.cpp branchIns(LIR_j, 0, handler_pc_off); branchIns 5044 core/CodegenLIR.cpp br = branchIns(LIR_jt, binaryIns(LIR_ugt, lhs, rhs)); branchIns 5052 core/CodegenLIR.cpp br = branchIns(LIR_jt, binaryIns(LIR_lt, lhs, rhs)); branchIns 5057 core/CodegenLIR.cpp br = branchIns(LIR_jt, binaryIns(LIR_gt, lhs, rhs)); branchIns 5215 core/CodegenLIR.cpp LIns *br = branchIns(op, cond); branchIns 424 core/CodegenLIR.h LIns *branchIns(LOpcode op, LIns *cond); branchIns 425 core/CodegenLIR.h LIns *branchIns(LOpcode op, LIns *cond, int target_off);