Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Doperands-aarch32.h564 class ImmediateVbic : public EncodingValueAndImmediate {
581 class ImmediateVmov : public EncodingValueAndImmediate {
588 class ImmediateVmvn : public EncodingValueAndImmediate {
595 class ImmediateVorr : public EncodingValueAndImmediate {
Dinstructions-aarch32.h1204 class EncodingValueAndImmediate : public EncodingValue {
1208 EncodingValueAndImmediate() { encoded_immediate_ = 0; } in EncodingValueAndImmediate() function