Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.cc2022 ((instr1 == nopInstr) && ((instr2 & kOpcodeMask) == ADDI || in target_address_at()
2026 if (instr1 == nopInstr) { in target_address_at()
2068 *p = nopInstr; in set_target_address_at()
2073 *p = nopInstr; in set_target_address_at()
2078 *p = nopInstr; in set_target_address_at()
Dconstants-mips.h512 const Instr nopInstr = 0; variable