Searched refs:Si20Value (Results 1 – 3 of 3) sorted by relevance
211 int xi = instr->Si20Value(); in PrintXi20()255 int si = ((instr->Si20Value()) << (32 - kSi20Bits)) >> (32 - kSi20Bits); in PrintSi20()257 si, instr->Si20Value()); in PrintSi20()
429 inline int32_t si20() const { return (instr_.Si20Value() << 12) >> 12; } in si20()
820 inline int Si20Value() const { in Si20Value() function