Searched refs:SUB_W (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | constants-loong64.h | 336 SUB_W = 0x22U << 15, 1074 case SUB_W:
|
H A D | assembler-loong64.cc | 1033 GenRegister(SUB_W, rk, rj, rd); in sub_w()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_T2_32.c | 179 #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/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 669 #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/ |
H A D | simulator-loong64.cc | 3456 case SUB_W: { 3457 printf_instr("SUB_W\t %s: %016lx, %s, %016lx, %s, %016lx\n",
|
Completed in 22 milliseconds