Searched refs:Si12Value (Results 1 – 3 of 3) sorted by relevance
236 int si = ((instr->Si12Value()) << (32 - kSi12Bits)) >> (32 - kSi12Bits); in PrintSi12()238 si, instr->Si12Value()); in PrintSi12()
425 inline int32_t si12() const { return (instr_.Si12Value() << 20) >> 20; } in si12()
808 inline int Si12Value() const { in Si12Value() function