Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Ddisasm-aarch32.h235 class PrintAlignedMemOperand {
240 PrintAlignedMemOperand(LocationType location_type, in PrintAlignedMemOperand() function
512 const PrintAlignedMemOperand& operand) {
Ddisasm-aarch32.cc4905 << 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()