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