Searched defs:instr0 (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/mips64/
H A Dassembler-mips64.cc3456 Instr instr0 = instr_at(pc); local
3462 if ((GetOpcodeField(instr0) == LUI) && (GetOpcodeField(instr1) == ORI) &&
3466 ((uint64_t)(GetImmediate16(instr0)) << 32) |
3516 Instr instr0 = instr_at(pc); local
3518 CHECK((GetOpcodeField(instr0) == LUI && GetOpcodeField(instr1) == ORI &&

Completed in 73 milliseconds