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