Home | History | Annotate | Download | only in sljit

Lines Matching defs:BLX

83 #define BLX		0xe12fff30
263 return push_inst(compiler, BLX | RM(TMP_REG1));
484 inst[1] = BLX | RM(TMP_REG1);
2320 return push_inst(compiler, BLX | RM(TMP_REG3));
2432 PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | get_cc(type)));
2449 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(src));
2453 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG2));
2469 FAIL_IF(push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)));