Searched refs:PrintAlignedMemOperand (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch32/ |
D | disasm-aarch32.h | 235 class PrintAlignedMemOperand { 240 PrintAlignedMemOperand(LocationType location_type, in PrintAlignedMemOperand() function 512 const PrintAlignedMemOperand& operand) {
|
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()
|