Searched refs:ImmedLValue (Results 1 – 3 of 3) sorted by relevance
673 inline int ImmedLValue() const { return Bits(3, 0); } in ImmedLValue() function
542 int offs8 = (instr->ImmedHValue() << 4) | instr->ImmedLValue(); in FormatOption()
2004 int32_t imm_val = (instr->ImmedHValue() << 4) | instr->ImmedLValue(); in DecodeType01()