Home
last modified time | relevance | path

Searched refs:BINARY_OPCODE (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c807 #define BINARY_OPCODE(opcode) (((opcode ## _EAX_i32) << 24) | ((opcode ## _r_rm) << 16) | ((opcode … macro
2387 return emit_cum_binary(compiler, BINARY_OPCODE(OR),
2430 return emit_cum_binary(compiler, BINARY_OPCODE(ADD),
2433 return emit_cum_binary(compiler, BINARY_OPCODE(ADC),
2443 FAIL_IF(emit_non_cum_binary(compiler, BINARY_OPCODE(SUB), dst, 0, dst, 0, src1, src1w));
2448 return emit_non_cum_binary(compiler, BINARY_OPCODE(SUB),
2451 return emit_non_cum_binary(compiler, BINARY_OPCODE(SBB),
2456 return emit_cum_binary(compiler, BINARY_OPCODE(AND),
2459 return emit_cum_binary(compiler, BINARY_OPCODE(OR),
2462 return emit_cum_binary(compiler, BINARY_OPCODE(XOR),

Completed in 12 milliseconds