Searched refs:Word64AtomicAnd (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 1007 const Operator* Word64AtomicAnd(MachineType type); in NON_EXPORTED_BASE()
|
D | opcodes.h | 670 V(Word64AtomicAnd) \
|
D | machine-operator.cc | 1147 ATOMIC_OP(Word64AtomicAnd, type) \ 1855 const Operator* MachineOperatorBuilder::Word64AtomicAnd(MachineType type) { in Word64AtomicAnd() function in v8::internal::compiler::MachineOperatorBuilder
|
D | wasm-compiler.cc | 5223 CASE(I64AtomicAnd, kOneInput, Uint64, Word64AtomicAnd) in AtomicOp() 5226 CASE(I64AtomicAnd8U, kOneInput, Uint8, Word64AtomicAnd) in AtomicOp() 5227 CASE(I64AtomicAnd16U, kOneInput, Uint16, Word64AtomicAnd) in AtomicOp() 5228 CASE(I64AtomicAnd32U, kOneInput, Uint32, Word64AtomicAnd) in AtomicOp()
|