HomeSort by relevance Sort by last modified time
    Searched refs:ImmedMovwMovtValue (Results 1 - 5 of 5) sorted by null

  /external/v8/src/arm/
assembler-arm-inl.h 529 cp_offset = (movt_instr->ImmedMovwMovtValue() << 16) |
530 movw_instr->ImmedMovwMovtValue();
556 (movt_instr->ImmedMovwMovtValue() << 16) |
557 movw_instr->ImmedMovwMovtValue());
constants-arm.h 583 inline int ImmedMovwMovtValue() const {
585 DECLARE_STATIC_ACCESSOR(ImmedMovwMovtValue);
disasm-arm.cc 435 int imm = instr->ImmedMovwMovtValue();
    [all...]
simulator-arm.cc     [all...]
assembler-arm.cc     [all...]

Completed in 67 milliseconds