Home
last modified time | relevance | path

Searched refs:Imm16Value (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Ddisasm-mips.cc275 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()
Dconstants-mips.h1067 inline int32_t Imm16Value() const { in Imm16Value() function
Dsimulator-mips.cc3901 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()
3929 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()
3942 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()
/external/v8/src/mips64/
Ddisasm-mips64.cc277 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()
Dconstants-mips64.h1130 inline int32_t Imm16Value() const { in Imm16Value() function
Dsimulator-mips64.cc4107 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()
4139 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()
4152 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()