Searched refs:PrintMemOperand (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch32/ |
D | disasm-aarch32.cc | 1566 << ", " << PrintMemOperand(kLoadWordLocation, operand); in lda() 1574 << ", " << PrintMemOperand(kLoadByteLocation, operand); in ldab() 1582 << ", " << PrintMemOperand(kLoadWordLocation, operand); in ldaex() 1590 << ", " << PrintMemOperand(kLoadByteLocation, operand); in ldaexb() 1600 << PrintMemOperand(kLoadDoubleWordLocation, operand); in ldaexd() 1608 << ", " << PrintMemOperand(kLoadHalfWordLocation, operand); in ldaexh() 1616 << ", " << PrintMemOperand(kLoadHalfWordLocation, operand); in ldah() 1699 << rt << ", " << PrintMemOperand(kLoadWordLocation, operand); in ldr() 1718 << rt << ", " << PrintMemOperand(kLoadByteLocation, operand); in ldrb() 1734 << PrintMemOperand(kLoadDoubleWordLocation, operand); in ldrd() [all …]
|
D | disasm-aarch32.h | 137 class PrintMemOperand { 142 PrintMemOperand(LocationType location_type, const MemOperand& operand) in PrintMemOperand() function 376 virtual DisassemblerStream& operator<<(const PrintMemOperand& operand) {
|