Searched refs:Imm16Value (Results 1 – 7 of 7) sorted by relevance
307 int32_t imm = instr->Imm16Value(); in PrintUImm16()313 int32_t imm = ((instr->Imm16Value()) << 16) >> 16; in PrintSImm16()319 int32_t imm = instr->Imm16Value(); in PrintXImm16()327 int16_t offset = instr->Imm16Value(); in PrintPCImm16()
337 int32_t imm = instr->Imm16Value(); in PrintUImm16()344 ((instr->Imm16Value()) << (32 - kImm16Bits)) >> (32 - kImm16Bits); in PrintSImm16()350 int32_t imm = instr->Imm16Value(); in PrintXImm16()358 int16_t offset = instr->Imm16Value(); in PrintPCImm16()
901 inline int32_t Imm16Value() const { abort(); } in Imm16Value() function
1528 inline int32_t Imm16Value() const { in Imm16Value() function
1600 inline int32_t Imm16Value() const { in Imm16Value() function
6279 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate()6307 int16_t imm16 = this->instr_.Imm16Value(); in DecodeTypeImmediate()6319 int16_t imm16 = this->instr_.Imm16Value(); in DecodeTypeImmediate()
6575 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate()6609 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate()6621 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate()