Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm-inl.h494 Instruction* movt_instr = Instruction::At(pc + kInstrSize); in constant_pool_entry_address() local
495 cp_offset = (movt_instr->ImmedMovwMovtValue() << 16) | in constant_pool_entry_address()
520 Instruction* movt_instr = Instruction::At(pc + kInstrSize); in target_address_at() local
522 (movt_instr->ImmedMovwMovtValue() << 16) | in target_address_at()