Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Ddisasm-aarch32.cc1121 os().SetCurrentInstruction(kAdc, kArithmetic); in adc()
1135 os().SetCurrentInstruction(kAdcs, kArithmetic); in adcs()
1149 os().SetCurrentInstruction(kAdd, kArithmetic); in add()
1159 os().SetCurrentInstruction(kAdd, kArithmetic); in add()
1169 os().SetCurrentInstruction(kAdds, kArithmetic); in adds()
1179 os().SetCurrentInstruction(kAdds, kArithmetic); in adds()
1187 os().SetCurrentInstruction(kAddw, kArithmetic); in addw()
1200 os().SetCurrentInstruction(kAdr, kAddress); in adr()
1210 os().SetCurrentInstruction(kAnd, kBitwise); in and_()
1224 os().SetCurrentInstruction(kAnds, kBitwise); in ands()
[all …]
Ddisasm-aarch32.h172 void SetCurrentInstruction( in SetCurrentInstruction() function