Searched refs:op_mr (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_common.c | 592 sljit_u8 op_rm, sljit_u8 op_mr, sljit_u8 op_imm, sljit_u8 op_eax_imm, 598 sljit_u8 op_rm, sljit_u8 op_mr, sljit_u8 op_imm, sljit_u8 op_eax_imm, 1452 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument 1462 *inst = (op_mr); \ 1470 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument 1481 sljit_u8 op_rm, sljit_u8 op_mr, sljit_u8 op_imm, sljit_u8 op_eax_imm, argument 1491 BINARY_IMM(op_imm, op_mr, src2w, TMP_REG1, 0); 1511 BINARY_IMM(op_imm, op_mr, src2w, dst, dstw); 1523 *inst = op_mr; 1529 *inst = op_mr; [all …]
|