Home
last modified time | relevance | path

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

/external/v8/src/mips/
Ddisasm-mips.cc231 int32_t imm = instr->Imm16Value(); in PrintUImm16()
238 int32_t imm = ((instr->Imm16Value()) << 16) >> 16; in PrintSImm16()
245 int32_t imm = instr->Imm16Value(); in PrintXImm16()
Dconstants-mips.h888 inline int32_t Imm16Value() const { in Imm16Value() function
Dsimulator-mips.cc2684 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()
/external/v8/src/mips64/
Ddisasm-mips64.cc232 int32_t imm = instr->Imm16Value(); in PrintUImm16()
239 int32_t imm = ((instr->Imm16Value()) << 16) >> 16; in PrintSImm16()
246 int32_t imm = instr->Imm16Value(); in PrintXImm16()
Dconstants-mips64.h902 inline int32_t Imm16Value() const { in Imm16Value() function
Dsimulator-mips64.cc2813 int16_t imm16 = instr->Imm16Value(); in DecodeTypeImmediate()