Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h618 inline int ImmedLValue() const { return Bits(3, 0); } in ImmedLValue() function
Ddisasm-arm.cc566 int offs8 = (instr->ImmedHValue() << 4) | instr->ImmedLValue(); in FormatOption()
Dsimulator-arm.cc2253 int32_t imm_val = (instr->ImmedHValue() << 4) | instr->ImmedLValue(); in DecodeType01()