Home
last modified time | relevance | path

Searched refs:Immed8Value (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm/
Dconstants-arm.h596 inline int Immed8Value() const { return Bits(7, 0); } in Immed8Value() function
597 DECLARE_STATIC_ACCESSOR(Immed8Value);
Ddisasm-arm.cc230 int immed8 = instr->Immed8Value(); in PrintShiftImm()
376 int immed8 = instr->Immed8Value(); in FormatVFPRegister()
Dsimulator-arm.cc1472 int immed8 = instr->Immed8Value(); in GetImm()
1575 num_regs = instr->Immed8Value(); in HandleVList()
1577 num_regs = instr->Immed8Value() / 2; in HandleVList()
3645 int offset = instr->Immed8Value(); in DecodeType6CoprocessorIns()
3702 int offset = instr->Immed8Value(); in DecodeType6CoprocessorIns()
Dassembler-arm.cc3978 int immed8 = Instruction::Immed8Value(instr); in DecodeShiftImm()
4448 DCHECK((IsMovImmed(instr) && Instruction::Immed8Value(instr) == 0)); in PatchConstantPoolAccessInstruction()
4449 DCHECK((IsOrrImmed(instr_2) && Instruction::Immed8Value(instr_2) == 0) && in PatchConstantPoolAccessInstruction()
4451 DCHECK((IsOrrImmed(instr_3) && Instruction::Immed8Value(instr_3) == 0) && in PatchConstantPoolAccessInstruction()
4453 DCHECK((IsOrrImmed(instr_4) && Instruction::Immed8Value(instr_4) == 0) && in PatchConstantPoolAccessInstruction()