Searched refs:TMP_REG2_mapped (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeTILEGX_64.c | 58 #define TMP_REG2_mapped 16 macro 1196 FAIL_IF(ADD(TMP_REG2_mapped, SLJIT_LOCALS_REG_mapped, ZERO)); in sljit_emit_enter() 1198 base = TMP_REG2_mapped; in sljit_emit_enter() 1768 FAIL_IF(ADDLI(TMP_REG2_mapped, ZERO, src2)); in emit_single_op() 1845 FAIL_IF(ADDLI(TMP_REG2_mapped, ZERO, src2)); in emit_single_op() 1878 FAIL_IF(load_immediate(compiler, TMP_REG2_mapped, src2)); in emit_single_op() 2060 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2_mapped, src2, src2w, src1, src1w)); in emit_op() 2064 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2_mapped, src2, src2w, dst, dstw)); in emit_op() 2157 if (TMP_REG2_mapped != dst_ar) in sljit_emit_op_flags() 2158 FAIL_IF(ADD(TMP_REG2_mapped, dst_ar, ZERO)); in sljit_emit_op_flags() [all …]
|