Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h957 #define SLJIT_MOV32 (SLJIT_MOV_S32 | SLJIT_I32_OP) macro
DsljitNativeS390X.c1581 case SLJIT_MOV32: in sljit_emit_op1()
1664 case SLJIT_MOV32: in sljit_emit_op1()
2633 case (SLJIT_MOV32 & ~SLJIT_I32_OP): in sljit_emit_op_flags()
DsljitLir.c1238 (op != SLJIT_MOV32) ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : ""); in check_sljit_emit_op1()
1813 CHECK_ARGUMENT(op == SLJIT_MOV || op == SLJIT_MOV32 in check_sljit_emit_op_flags()
2054 sljit_s32 op = (dst_reg & SLJIT_I32_OP) ? SLJIT_MOV32 : SLJIT_MOV; in sljit_emit_cmov_generic()