Searched defs:ByteSwap (Results 1 – 4 of 4) sorted by relevance
18 inline uint16_t ByteSwap(uint16_t x) in ByteSwap() function27 inline uint32_t ByteSwap(uint32_t x) in ByteSwap() function36 inline uint64_t ByteSwap(uint64_t x) in ByteSwap() function
26 inline uint16_t ByteSwap(uint16_t x) { in ByteSwap() function34 inline uint32_t ByteSwap(uint32_t x) { in ByteSwap() function42 inline uint64_t ByteSwap(uint64_t x) { in ByteSwap() function
1743 __ ByteSwap(i.OutputRegister(0), i.InputRegister(0), 8, kScratchReg); in AssembleArchInstruction() local1747 __ ByteSwap(i.OutputRegister(0), i.InputRegister(0), 4, kScratchReg); in AssembleArchInstruction() local
1021 void TurboAssembler::ByteSwap(Register rd, Register rs, int operand_size, in ByteSwap() function in v8::internal::TurboAssembler