Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Ddisasm-aarch32.cc1566 << ", " << 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 …]
Ddisasm-aarch32.h137 class PrintMemOperand {
142 PrintMemOperand(LocationType location_type, const MemOperand& operand) in PrintMemOperand() function
376 virtual DisassemblerStream& operator<<(const PrintMemOperand& operand) {