Searched refs:I64_BINOP (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 1165 #define I64_BINOP(name, instruction) \ macro 1172 I64_BINOP(add, Add_d) 1173 I64_BINOP(sub, Sub_d) 1174 I64_BINOP(and, and_) 1175 I64_BINOP(or, or_) 1176 I64_BINOP(xor, xor_) 1179 #undef I64_BINOP macro
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 1045 #define I64_BINOP(name, instruction) \ macro 1051 I64_BINOP(name, instruction) \ 1112 I64_BINOP(i64_add, Add) 1113 I64_BINOP(i64_sub, Sub) 1114 I64_BINOP(i64_mul, Mul) 1149 #undef I64_BINOP macro
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1267 #define I64_BINOP(name, instruction) \ macro 1274 I64_BINOP(add, daddu) 1275 I64_BINOP(sub, dsubu) 1276 I64_BINOP(and, and_) 1277 I64_BINOP(or, or_) 1278 I64_BINOP(xor, xor_) 1281 #undef I64_BINOP macro
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 1278 #define I64_BINOP(name, instruction) \ macro 1285 I64_BINOP(add, add) 1286 I64_BINOP(sub, sub) 1287 I64_BINOP(and, and_) 1288 I64_BINOP(or, or_) 1289 I64_BINOP(xor, xor_) 1292 #undef I64_BINOP macro
|
Completed in 29 milliseconds