Home
last modified time | relevance | path

Searched refs:SMULL (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c99 #define SMULL 0xe0c00090 macro
1084 mul_inst = SMULL | (reg_map[TMP_REG3] << 16) | (reg_map[dst] << 12); in emit_single_op()
1823 return push_inst(compiler, (op == SLJIT_LUMUL ? UMULL : SMULL) in sljit_emit_op0()
1830 return push_inst(compiler, (op == SLJIT_LUMUL ? UMULL : SMULL) in sljit_emit_op0()
H A DsljitNativeARM_T2_32.c150 #define SMULL 0xfb800000 macro
751 FAIL_IF(push_inst32(compiler, SMULL | RT4(dst) | RD4(TMP_REG2) | RN4(arg1) | RM4(arg2))); in emit_op_imm()
1256 return push_inst32(compiler, (op == SLJIT_LUMUL ? UMULL : SMULL) in sljit_emit_op0()

Completed in 28 milliseconds