Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm-inl.h569 cp_offset = (movt_instr->ImmedMovwMovtValue() << 16) | in constant_pool_entry_address()
570 movw_instr->ImmedMovwMovtValue(); in constant_pool_entry_address()
597 (movt_instr->ImmedMovwMovtValue() << 16) | in target_address_at()
598 movw_instr->ImmedMovwMovtValue()); in target_address_at()
Dconstants-arm.h571 inline int ImmedMovwMovtValue() const { in ImmedMovwMovtValue() function
573 DECLARE_STATIC_ACCESSOR(ImmedMovwMovtValue);
Ddisasm-arm.cc436 int imm = instr->ImmedMovwMovtValue(); in PrintMovwMovt()
Dsimulator-arm.cc2377 alu_out = instr->ImmedMovwMovtValue(); in DecodeType01()
2409 (instr->ImmedMovwMovtValue() << 16); in DecodeType01()
Dassembler-arm.cc3787 Instruction::ImmedMovwMovtValue(instr) == 0)); in Populate()
3789 Instruction::ImmedMovwMovtValue(next_instr) == 0)); in Populate()