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.h1098 inline int32_t Imm16Value() const { in Imm16Value() function
Dsimulator-mips.cc4149 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()
/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.h1154 inline int32_t Imm16Value() const { in Imm16Value() function
Dsimulator-mips64.cc4349 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate()
4382 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate()
4395 int16_t imm16 = instr_.Imm16Value(); in DecodeTypeImmediate()