Searched refs:Imm16Value (Results 1 – 6 of 6) sorted by relevance
275 int32_t imm = instr->Imm16Value(); in PrintUImm16()282 int32_t imm = ((instr->Imm16Value()) << 16) >> 16; in PrintSImm16()289 int32_t imm = instr->Imm16Value(); in PrintXImm16()298 int16_t offset = instr->Imm16Value(); in PrintPCImm16()
1098 inline int32_t Imm16Value() const { in Imm16Value() function
4149 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate()4176 int16_t imm16 = this->instr_.Imm16Value(); in DecodeTypeImmediate()4189 int16_t imm16 = this->instr_.Imm16Value(); in DecodeTypeImmediate()
277 int32_t imm = instr->Imm16Value(); in PrintUImm16()285 ((instr->Imm16Value()) << (32 - kImm16Bits)) >> (32 - kImm16Bits); in PrintSImm16()292 int32_t imm = instr->Imm16Value(); in PrintXImm16()301 int16_t offset = instr->Imm16Value(); in PrintPCImm16()
1154 inline int32_t Imm16Value() const { in Imm16Value() function
4349 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate()4382 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate()4395 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate()