Searched refs:PrintMemOperand (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch32/ |
D | disasm-aarch32.cc | 1577 << ", " << PrintMemOperand(kLoadWordLocation, operand); in lda() 1585 << ", " << PrintMemOperand(kLoadByteLocation, operand); in ldab() 1593 << ", " << PrintMemOperand(kLoadWordLocation, operand); in ldaex() 1601 << ", " << PrintMemOperand(kLoadByteLocation, operand); in ldaexb() 1611 << PrintMemOperand(kLoadDoubleWordLocation, operand); in ldaexd() 1619 << ", " << PrintMemOperand(kLoadHalfWordLocation, operand); in ldaexh() 1627 << ", " << PrintMemOperand(kLoadHalfWordLocation, operand); in ldah() 1710 << rt << ", " << PrintMemOperand(kLoadWordLocation, operand); in ldr() 1729 << rt << ", " << PrintMemOperand(kLoadByteLocation, operand); in ldrb() 1746 << PrintMemOperand(kLoadDoubleWordLocation, operand); in ldrd() [all …]
|
D | disasm-aarch32.h | 224 class PrintMemOperand { 229 PrintMemOperand(LocationType location_type, const MemOperand& operand) in PrintMemOperand() function 496 virtual DisassemblerStream& operator<<(const PrintMemOperand& operand) {
|