Home
last modified time | relevance | path

Searched defs:ByteSwap (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
Dsys_byteorder.h18 inline uint16_t ByteSwap(uint16_t x) in ByteSwap() function
27 inline uint32_t ByteSwap(uint32_t x) in ByteSwap() function
36 inline uint64_t ByteSwap(uint64_t x) in ByteSwap() function
/third_party/gn/src/base/
Dsys_byteorder.h26 inline uint16_t ByteSwap(uint16_t x) { in ByteSwap() function
34 inline uint32_t ByteSwap(uint32_t x) { in ByteSwap() function
42 inline uint64_t ByteSwap(uint64_t x) { in ByteSwap() function
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc1743 __ ByteSwap(i.OutputRegister(0), i.InputRegister(0), 8, kScratchReg); in AssembleArchInstruction() local
1747 __ ByteSwap(i.OutputRegister(0), i.InputRegister(0), 4, kScratchReg); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.cc1021 void TurboAssembler::ByteSwap(Register rd, Register rs, int operand_size, in ByteSwap() function in v8::internal::TurboAssembler