Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h1047 #define SLJIT_MOV32_S16 (SLJIT_MOV_S16 | SLJIT_32) macro
DsljitNativeS390X.c2048 case SLJIT_MOV32_S16: in sljit_emit_op1()
2132 case SLJIT_MOV32_S16: in sljit_emit_op1()
DsljitLir.c1222 CHECK_ARGUMENT(op == SLJIT_MOV32 || (op >= SLJIT_MOV32_U8 && op <= SLJIT_MOV32_S16)); in check_sljit_emit_return()