Home
last modified time | relevance | path

Searched refs:ASSEMBLE_ATOMIC_EXCHANGE (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc578 #define ASSEMBLE_ATOMIC_EXCHANGE(_type, reverse_op) \ macro
2053 ASSEMBLE_ATOMIC_EXCHANGE(int16_t, ByteReverseU16); in AssembleArchInstruction()
2058 ASSEMBLE_ATOMIC_EXCHANGE(uint16_t, ByteReverseU16); in AssembleArchInstruction()
2062 ASSEMBLE_ATOMIC_EXCHANGE(uint32_t, ByteReverseU32); in AssembleArchInstruction()
2066 ASSEMBLE_ATOMIC_EXCHANGE(uint64_t, ByteReverseU64); in AssembleArchInstruction()

Completed in 6 milliseconds