Searched refs:Imm18Value (Results 1 – 5 of 5) sorted by relevance
359 ((instr->Imm18Value()) << (32 - kImm18Bits)) >> (32 - kImm18Bits); in PrintSImm18()366 int32_t imm = instr->Imm18Value(); in PrintXImm18()
1536 inline int32_t Imm18Value() const { in Imm18Value() function
387 ((instr->Imm18Value()) << (32 - kImm18Bits)) >> (32 - kImm18Bits); in PrintSImm18()394 int32_t imm = instr->Imm18Value(); in PrintXImm18()
1593 inline int32_t Imm18Value() const { in Imm18Value() function
6513 int32_t imm18 = instr_.Imm18Value(); in DecodeTypeImmediate()