Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Ddisasm-aarch32.cc1132 os().SetCurrentInstruction(kAdc, kArithmetic); in adc()
1146 os().SetCurrentInstruction(kAdcs, kArithmetic); in adcs()
1160 os().SetCurrentInstruction(kAdd, kArithmetic); in add()
1170 os().SetCurrentInstruction(kAdd, kArithmetic); in add()
1180 os().SetCurrentInstruction(kAdds, kArithmetic); in adds()
1190 os().SetCurrentInstruction(kAdds, kArithmetic); in adds()
1198 os().SetCurrentInstruction(kAddw, kArithmetic); in addw()
1211 os().SetCurrentInstruction(kAdr, kAddress); in adr()
1222 os().SetCurrentInstruction(kAnd, kBitwise); in and_()
1236 os().SetCurrentInstruction(kAnds, kBitwise); in ands()
[all …]
Ddisasm-aarch32.h259 void SetCurrentInstruction( in SetCurrentInstruction() function