Searched refs:kExchange (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 666 enum Binop { kAdd, kSub, kAnd, kOr, kXor, kExchange }; enumerator 695 if (binop != kExchange) { in AtomicAddOrSubOrExchange32() 701 if (binop == kExchange) { in AtomicAddOrSubOrExchange32() 710 if (binop == kExchange) { in AtomicAddOrSubOrExchange32() 719 if (binop == kExchange) { in AtomicAddOrSubOrExchange32() 918 case kExchange: in AtomicBinop64() 1009 liftoff::AtomicBinop64(this, liftoff::kExchange, dst_addr, offset_reg, in AtomicExchange() 1013 liftoff::AtomicAddOrSubOrExchange32(this, liftoff::kExchange, dst_addr, in AtomicExchange()
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 633 enum class Binop { kAdd, kSub, kAnd, kOr, kXor, kExchange }; 693 case Binop::kExchange: in AtomicBinop() 818 type, liftoff::Binop::kExchange); in AtomicExchange()
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 654 enum class Binop { kAdd, kSub, kAnd, kOr, kXor, kExchange }; 719 case Binop::kExchange: in AtomicBinop() 864 type, liftoff::Binop::kExchange); in AtomicExchange()
|
Completed in 20 milliseconds