Searched refs:ImmedMovwMovtValue (Results 1 – 5 of 5) sorted by relevance
529 cp_offset = (movt_instr->ImmedMovwMovtValue() << 16) | in constant_pool_entry_address()530 movw_instr->ImmedMovwMovtValue(); in constant_pool_entry_address()556 (movt_instr->ImmedMovwMovtValue() << 16) | in target_address_at()557 movw_instr->ImmedMovwMovtValue()); in target_address_at()
583 inline int ImmedMovwMovtValue() const { in ImmedMovwMovtValue() function585 DECLARE_STATIC_ACCESSOR(ImmedMovwMovtValue);
435 int imm = instr->ImmedMovwMovtValue(); in PrintMovwMovt()
2442 alu_out = instr->ImmedMovwMovtValue(); in DecodeType01()2474 (instr->ImmedMovwMovtValue() << 16); in DecodeType01()
4069 DCHECK((IsMovW(instr) && Instruction::ImmedMovwMovtValue(instr) == 0)); in PatchConstantPoolAccessInstruction()4071 Instruction::ImmedMovwMovtValue(next_instr) == 0)); in PatchConstantPoolAccessInstruction()