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

  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.h 99 /// \brief Select constant vector splats whose value fits in a simm5.
MipsISelDAGToDAG.h 102 /// \brief Select constant vector splats whose value fits in a simm5.
MicroMipsInstrInfo.td 95 let MIOperandInfo = (ops GPR32:$base, simm5:$offset);
    [all...]
MipsMSAInstrInfo.td 91 def simm5 : Operand<i32>;
    [all...]
  /external/valgrind/VEX/priv/
host_ppc_defs.c 435 /* --------- Operand, which can be a vector reg or a simm5. --------- */
437 PPCVI5s* PPCVI5s_Imm ( Char simm5 ) {
440 op->Pvi.Imm5s = simm5;
441 vassert(simm5 >= -16 && simm5 <= 15);
5260 Char simm5; local
    [all...]

Completed in 461 milliseconds