Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h580 inline int Immed8Value() const { return Bits(7, 0); } in Immed8Value() function
581 DECLARE_STATIC_ACCESSOR(Immed8Value);
Ddisasm-arm.cc227 int immed8 = instr->Immed8Value(); in PrintShiftImm()
373 int immed8 = instr->Immed8Value(); in FormatVFPRegister()
Dsimulator-arm.cc1560 int immed8 = instr->Immed8Value(); in GetImm()
1663 num_regs = instr->Immed8Value(); in HandleVList()
1665 num_regs = instr->Immed8Value() / 2; in HandleVList()
3640 int offset = instr->Immed8Value(); in DecodeType6CoprocessorIns()
3694 int offset = instr->Immed8Value(); in DecodeType6CoprocessorIns()
Dassembler-arm.cc3592 int immed8 = Instruction::Immed8Value(instr); in DecodeShiftImm()
4080 DCHECK((IsMovImmed(instr) && Instruction::Immed8Value(instr) == 0)); in PatchConstantPoolAccessInstruction()
4081 DCHECK((IsOrrImmed(instr_2) && Instruction::Immed8Value(instr_2) == 0) && in PatchConstantPoolAccessInstruction()
4083 DCHECK((IsOrrImmed(instr_3) && Instruction::Immed8Value(instr_3) == 0) && in PatchConstantPoolAccessInstruction()
4085 DCHECK((IsOrrImmed(instr_4) && Instruction::Immed8Value(instr_4) == 0) && in PatchConstantPoolAccessInstruction()