Home
last modified time | relevance | path

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

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