Searched refs:ImmedMovwMovtValue (Results 1 – 4 of 4) sorted by relevance
588 inline int ImmedMovwMovtValue() const { in ImmedMovwMovtValue() function590 DECLARE_STATIC_ACCESSOR(ImmedMovwMovtValue);
337 return static_cast<Address>((movt_instr->ImmedMovwMovtValue() << 16) | in target_address_at()338 movw_instr->ImmedMovwMovtValue()); in target_address_at()
437 int imm = instr->ImmedMovwMovtValue(); in PrintMovwMovt()
2472 alu_out = instr->ImmedMovwMovtValue(); in DecodeType01()2504 (get_register(rd) & 0xFFFF) | (instr->ImmedMovwMovtValue() << 16); in DecodeType01()