Home | History | Annotate | Download | only in sljit

Lines Matching defs:BLX

108 #define BLX		0x4780
1836 return push_inst16(compiler, BLX | RN3(TMP_REG3));
1941 PTR_FAIL_IF(push_inst16(compiler, BLX | RN3(TMP_REG1)));
1958 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(src));
1962 return push_inst16(compiler, BLX | RN3(TMP_REG1));
1972 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(TMP_REG1));