Searched refs:I32_BINOP (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 958 #define I32_BINOP(name, instruction) \ macro 965 I32_BINOP(add, addu) 966 I32_BINOP(sub, subu) 967 I32_BINOP(and, and_) 968 I32_BINOP(or, or_) 969 I32_BINOP(xor, xor_) 972 #undef I32_BINOP macro
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 1047 #define I32_BINOP(name, instruction) \ macro 1054 I32_BINOP(add, add_w) 1055 I32_BINOP(sub, sub_w) 1056 I32_BINOP(and, and_) 1057 I32_BINOP(or, or_) 1058 I32_BINOP(xor, xor_) 1061 #undef I32_BINOP macro
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1149 #define I32_BINOP(name, instruction) \ macro 1156 I32_BINOP(add, addu) 1157 I32_BINOP(sub, subu) 1158 I32_BINOP(and, and_) 1159 I32_BINOP(or, or_) 1160 I32_BINOP(xor, xor_) 1163 #undef I32_BINOP macro
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 1034 #define I32_BINOP(name, instruction) \ macro 1040 I32_BINOP(name, instruction) \ 1105 I32_BINOP(i32_mul, Mul) 1148 #undef I32_BINOP macro
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 1164 #define I32_BINOP(name, instruction) \ macro 1171 I32_BINOP(add, addw) 1172 I32_BINOP(sub, subw) 1173 I32_BINOP(and, and_) 1174 I32_BINOP(or, or_) 1175 I32_BINOP(xor, xor_) 1178 #undef I32_BINOP macro
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1499 #define I32_BINOP(name, instruction) \ macro 1505 I32_BINOP(name, instruction) \ 1550 I32_BINOP(i32_mul, mul) 1572 #undef I32_BINOP macro
|
Completed in 38 milliseconds