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()
1067 inline int32_t Imm16Value() const { in Imm16Value() function
3901 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()3929 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()3942 int16_t imm16 = 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()
1130 inline int32_t Imm16Value() const { in Imm16Value() function
4107 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()4139 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()4152 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()