Searched refs:PrintAlignedMemOperand (Results 1 - 2 of 2) sorted by relevance
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.h | 241 class PrintAlignedMemOperand { class in vixl::aarch32::Disassembler 246 PrintAlignedMemOperand(LocationType location_type, in PrintAlignedMemOperand() function in vixl::aarch32::Disassembler::PrintAlignedMemOperand 518 const PrintAlignedMemOperand& operand) { in operator <<()
|
H A D | disasm-aarch32.cc | 4905 << nreglist << ", " << PrintAlignedMemOperand(kVld1Location, operand); in vld1() 4914 << nreglist << ", " << PrintAlignedMemOperand(kVld2Location, operand); in vld2() 4923 << nreglist << ", " << PrintAlignedMemOperand(kVld3Location, operand); in vld3() 4941 << nreglist << ", " << PrintAlignedMemOperand(kVld4Location, operand); in vld4() 6674 << nreglist << ", " << PrintAlignedMemOperand(kVst1Location, operand); in vst1() 6683 << nreglist << ", " << PrintAlignedMemOperand(kVst2Location, operand); in vst2() 6692 << nreglist << ", " << PrintAlignedMemOperand(kVst3Location, operand); in vst3() 6710 << nreglist << ", " << PrintAlignedMemOperand(kVst4Location, operand); in vst4() [all...] |
Completed in 58 milliseconds