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

  /external/v8/src/arm/
constants-arm.h 619 inline int ImmedHValue() const { return Bits(11, 8); }
disasm-arm.cc 568 int offs8 = (instr->ImmedHValue() << 4) | instr->ImmedLValue();
    [all...]
simulator-arm.cc     [all...]

Completed in 83 milliseconds