HomeSort by relevance Sort by last modified time
    Searched full:instr3 (Results 1 - 7 of 7) sorted by null

  /external/v8/src/mips64/
assembler-mips64-inl.h 356 Instr instr3 = Assembler::instr_at(pc_ + 3 * Assembler::kInstrSize); // ori. local
362 (instr3 & kOpcodeMask) == ORI &&
assembler-mips64.cc 3309 Instr instr3 = instr_at(pc + 3 * kInstrSize); local
3368 Instr instr3 = instr_at(pc + kInstrSize * 3); local
    [all...]
  /external/v8/src/ppc/
assembler-ppc-inl.h 341 Instr instr3 = Assembler::instr_at(pc_ + (3 * Assembler::kInstrSize)); local
350 (instr3 & kOpcodeMask) == ORIS && (instr4 & kOpcodeMask) == ORI &&
assembler-ppc.cc 293 bool Assembler::Is64BitLoadIntoR12(Instr instr1, Instr instr2, Instr instr3,
302 (instr3 == 0x798c07c6) && ((instr4 >> 16) == 0x658c) &&
    [all...]
assembler-ppc.h     [all...]
  /external/llvm/utils/TableGen/
CodeGenMapTable.cpp 47 // Ex: RowInstrMap(RowVal1, RowVal2, ...) -> [Instr1, Instr2, Instr3, ... ]
48 // Here Instr1, Instr2, Instr3 have same values (RowVal1, RowVal2) for
  /external/mesa3d/src/gallium/drivers/r300/
r300_reg.h     [all...]

Completed in 269 milliseconds