Home
last modified time | relevance | path

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

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