Searched refs:BLR (Results 1 – 2 of 2) sorted by relevance
74 #define BLR 0xd63f0000 macro1879 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1))); in sljit_emit_jump()1932 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src)); in sljit_emit_ijump()1942 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)); in sljit_emit_ijump()
145 #define BLR (HI(19) | LO(16) | (0x14 << 21)) macro691 FAIL_IF(push_inst(compiler, BLR)); in sljit_emit_return()2044 return push_inst(compiler, BLR); in sljit_emit_fast_return()
Completed in 15 milliseconds