Searched refs:BLR (Results 1 – 2 of 2) sorted by relevance
83 #define BLR 0xd63f0000 macro2361 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG2))); in sljit_emit_jump()2434 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src)); in sljit_emit_ijump()2446 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG2)); in sljit_emit_ijump()
152 #define BLR (HI(19) | LO(16) | (0x14 << 21)) macro1051 return push_inst(compiler, BLR); in sljit_emit_return_void()2109 return push_inst(compiler, BLR); in sljit_emit_op_src()
Completed in 36 milliseconds