Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.cc1137 ((instr1 == nopInstr) && ((instr2 & kOpcodeMask) == ADDI || in target_address_at()
1141 if (instr1 == nopInstr) { in target_address_at()
1184 *p = nopInstr; in set_target_address_at()
1189 *p = nopInstr; in set_target_address_at()
1194 *p = nopInstr; in set_target_address_at()
Dconstants-mips.h346 const Instr nopInstr = 0; variable