Searched refs:Offset12Value (Results 1 – 3 of 3) sorted by relevance
589 return Immed4Value() << 12 | Offset12Value(); } in ImmedMovwMovtValue()600 inline int Offset12Value() const { return Bits(11, 0); } in Offset12Value() function
554 "%d", instr->Offset12Value()); in FormatOption()671 int offset = instr->Offset12Value(); in FormatOption()
2587 int32_t im_val = instr->Offset12Value(); in DecodeType2()