Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc4079 Instr instr_4 = instr_at(pc + 3 * kInstrSize); in PatchConstantPoolAccessInstruction() local
4085 DCHECK((IsOrrImmed(instr_4) && Instruction::Immed8Value(instr_4) == 0) && in PatchConstantPoolAccessInstruction()
4086 GetRn(instr_4).is(GetRd(instr_4))); in PatchConstantPoolAccessInstruction()
4093 PatchShiftImm(instr_4, (offset & (kImm8Mask << 24)))); in PatchConstantPoolAccessInstruction()