Searched refs:op_mr (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativeX86_common.c | 566 sljit_ub op_rm, sljit_ub op_mr, sljit_ub op_imm, sljit_ub op_eax_imm, 572 sljit_ub op_rm, sljit_ub op_mr, sljit_ub op_imm, sljit_ub op_eax_imm, 1417 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument 1427 *inst = (op_mr); \ 1435 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument 1446 sljit_ub op_rm, sljit_ub op_mr, sljit_ub op_imm, sljit_ub op_eax_imm, argument 1456 BINARY_IMM(op_imm, op_mr, src2w, TMP_REG1, 0); 1476 BINARY_IMM(op_imm, op_mr, src2w, dst, dstw); 1488 *inst = op_mr; 1494 *inst = op_mr; [all …]
|