Home
last modified time | relevance | path

Searched refs:ImmedMovwMovtValue (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm/
Dassembler-arm-inl.h529 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()
Dconstants-arm.h583 inline int ImmedMovwMovtValue() const { in ImmedMovwMovtValue() function
585 DECLARE_STATIC_ACCESSOR(ImmedMovwMovtValue);
Ddisasm-arm.cc435 int imm = instr->ImmedMovwMovtValue(); in PrintMovwMovt()
Dsimulator-arm.cc2442 alu_out = instr->ImmedMovwMovtValue(); in DecodeType01()
2474 (instr->ImmedMovwMovtValue() << 16); in DecodeType01()
Dassembler-arm.cc4069 DCHECK((IsMovW(instr) && Instruction::ImmedMovwMovtValue(instr) == 0)); in PatchConstantPoolAccessInstruction()
4071 Instruction::ImmedMovwMovtValue(next_instr) == 0)); in PatchConstantPoolAccessInstruction()