Searched refs:op_mr (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativeX86_common.c | 569 sljit_ub op_rm, sljit_ub op_mr, sljit_ub op_imm, sljit_ub op_eax_imm, 575 sljit_ub op_rm, sljit_ub op_mr, sljit_ub op_imm, sljit_ub op_eax_imm, 1429 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument 1439 *inst = (op_mr); \ 1447 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument 1458 sljit_ub op_rm, sljit_ub op_mr, sljit_ub op_imm, sljit_ub op_eax_imm, argument 1468 BINARY_IMM(op_imm, op_mr, src2w, TMP_REG1, 0); 1488 BINARY_IMM(op_imm, op_mr, src2w, dst, dstw); 1500 *inst = op_mr; 1506 *inst = op_mr; [all …]
|