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