Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h336 SUB_W = 0x22U << 15, enumerator
1074 case SUB_W: in InstructionType()
Dassembler-loong64.cc1033 GenRegister(SUB_W, rk, rj, rd); in sub_w()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_T2_32.c179 #define SUB_W 0xeba00000 macro
865 return push_inst32(compiler, SUB_W | (flags & SET_FLAGS) | RD4(dst) | RN4(arg1) | RM4(arg2)); in emit_op_imm()
1614 return push_inst32(compiler, SUB_W | RD4(SLJIT_R1) | RN4(TMP_REG1) | RM4(SLJIT_R1)); in sljit_emit_op0()
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc1031 case SUB_W: in DecodeTypekOp17()
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h669 #define SUB_W(a, b) CHOICE(subw ARG2(a,b), subw ARG2(a,b), _WTOG sub ARG2(b,a)) macro
1382 #define SUB_W(a, b) sub W_(b), W_(a) macro
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc3456 case SUB_W: { in DecodeTypeOp17()