Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Doperands-aarch32.h576 class ImmediateVbic : public EncodingValueAndImmediate {
593 class ImmediateVmov : public EncodingValueAndImmediate {
600 class ImmediateVmvn : public EncodingValueAndImmediate {
607 class ImmediateVorr : public EncodingValueAndImmediate {
Dinstructions-aarch32.h1207 class EncodingValueAndImmediate : public EncodingValue {
1211 EncodingValueAndImmediate() { encoded_immediate_ = 0; } in EncodingValueAndImmediate() function