Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc4077 Instr instr_2 = instr_at(pc + kInstrSize); in PatchConstantPoolAccessInstruction() local
4081 DCHECK((IsOrrImmed(instr_2) && Instruction::Immed8Value(instr_2) == 0) && in PatchConstantPoolAccessInstruction()
4082 GetRn(instr_2).is(GetRd(instr_2))); in PatchConstantPoolAccessInstruction()
4089 PatchShiftImm(instr_2, (offset & (kImm8Mask << 8)))); in PatchConstantPoolAccessInstruction()