Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc4078 Instr instr_3 = instr_at(pc + 2 * kInstrSize); in PatchConstantPoolAccessInstruction() local
4083 DCHECK((IsOrrImmed(instr_3) && Instruction::Immed8Value(instr_3) == 0) && in PatchConstantPoolAccessInstruction()
4084 GetRn(instr_3).is(GetRd(instr_3))); in PatchConstantPoolAccessInstruction()
4091 PatchShiftImm(instr_3, (offset & (kImm8Mask << 16)))); in PatchConstantPoolAccessInstruction()