Searched refs:Imm18Value (Results 1 – 5 of 5) sorted by relevance
309 ((instr->Imm18Value()) << (32 - kImm18Bits)) >> (32 - kImm18Bits); in PrintSImm18()316 int32_t imm = instr->Imm18Value(); in PrintXImm18()
1103 inline int32_t Imm18Value() const { in Imm18Value() function
312 ((instr->Imm18Value()) << (32 - kImm18Bits)) >> (32 - kImm18Bits); in PrintSImm18()319 int32_t imm = instr->Imm18Value(); in PrintXImm18()
1159 inline int32_t Imm18Value() const { in Imm18Value() function
4350 int32_t imm18 = instr_.Imm18Value(); in DecodeTypeImmediate()