Home
last modified time | relevance | path

Searched refs:PrintAlignedMemOperand (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
Ddisasm-aarch32.h148 class PrintAlignedMemOperand {
153 PrintAlignedMemOperand(LocationType location_type, in PrintAlignedMemOperand() function
392 const PrintAlignedMemOperand& operand) {
Ddisasm-aarch32.cc4942 << nreglist << ", " << PrintAlignedMemOperand(kVld1Location, operand); in vld1()
4951 << nreglist << ", " << PrintAlignedMemOperand(kVld2Location, operand); in vld2()
4960 << nreglist << ", " << PrintAlignedMemOperand(kVld3Location, operand); in vld3()
4978 << nreglist << ", " << PrintAlignedMemOperand(kVld4Location, operand); in vld4()
6737 << nreglist << ", " << PrintAlignedMemOperand(kVst1Location, operand); in vst1()
6746 << nreglist << ", " << PrintAlignedMemOperand(kVst2Location, operand); in vst2()
6755 << nreglist << ", " << PrintAlignedMemOperand(kVst3Location, operand); in vst3()
6773 << nreglist << ", " << PrintAlignedMemOperand(kVst4Location, operand); in vst4()