Searched refs:I64_SHIFTOP (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 1093 #define I64_SHIFTOP(name, instruction) \ macro 1118 I64_SHIFTOP(i64_shl, Lsl) 1119 I64_SHIFTOP(i64_sar, Asr) 1120 I64_SHIFTOP(i64_shr, Lsr) 1156 #undef I64_SHIFTOP macro
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 1195 #define I64_SHIFTOP(name, instruction) \ macro 1201 I64_SHIFTOP(name, instruction) \ 1211 #undef I64_SHIFTOP macro
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 1308 #define I64_SHIFTOP(name, instruction) \ macro 1314 I64_SHIFTOP(shl, sll) 1315 I64_SHIFTOP(sar, sra) 1316 I64_SHIFTOP(shr, srl) 1317 #undef I64_SHIFTOP macro
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1297 #define I64_SHIFTOP(name, instruction) \ macro 1303 I64_SHIFTOP(name, instruction##v) \ 1317 #undef I64_SHIFTOP macro
|
Completed in 32 milliseconds