Searched defs:bswap (Results 1 – 15 of 15) sorted by relevance
121 bswap %eax label122 bswap %rax label
688 SI U16 bswap(U16 x) { in bswap() function
3418 void AssemblerX86Base<TraitsType>::bswap(Type Ty, GPRRegister reg) { in bswap() function
1413 void Assembler::bswap(Register dst) { in bswap() function in v8::internal::Assembler
1191 __ bswap(i.OutputRegister()); in AssembleArchInstruction() local