Searched defs:op_imm (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 809 #define BINARY_IMM32(op_imm, immw, arg, argw) \ argument 818 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument 836 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument 1745 sljit_u8 op_imm = U8(op_types & 0xff); local 1852 sljit_u8 op_imm = U8(op_types & 0xff); local
|
H A D | sljitNativeRISCV_common.c | 1084 #define EMIT_LOGICAL(op_imm, op_reg) \ argument 1106 sljit_ins op_imm, op_reg; in emit_single_op() local
|
H A D | sljitNativeMIPS_common.c | 1375 #define EMIT_LOGICAL(op_imm, op_reg) \ argument 1466 sljit_ins op_imm, op_v; in emit_single_op() local
|
Completed in 32 milliseconds