HomeSort by relevance Sort by last modified time
    Searched refs:R_1 (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
i960.h 75 #define R_1(opc) ( REG_OPC(opc) | M2 | M3 ) /* 1 operand: src1 */
334 { R_1(0x660), "calls", I_BASE, REG, 1, { RSL, 0, 0 } },
369 { R_1(0x68f), "classr", I_FP, REG, 1, { FL, 0, 0 } },
383 { R_1(0x69f), "classrl", I_FP, REG, 1, { FL2, 0, 0 } },
441 { R_1(0x663), "sendserv", I_MIL, REG, 1, { R, 0, 0 } },
442 { R_1(0x664), "resumprcs", I_MIL, REG, 1, { R, 0, 0 } },
443 { R_1(0x665), "schedprcs", I_MIL, REG, 1, { R, 0, 0 } },
445 { R_1(0x668), "condwait", I_MIL, REG, 1, { R, 0, 0 } },
446 { R_1(0x669), "wait", I_MIL, REG, 1, { R, 0, 0 } },
447 { R_1(0x66a), "signal", I_MIL, REG, 1, { R, 0, 0 } }
    [all...]
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 290 // ; %r_1 = phi i32 [ %tmp3, %preheader ], [ %r, %do-while ]
292 // ; %tmp5 = shl i32 %r_1, 1
308 PHINode *R_1 = Builder.CreatePHI(DivTy, 2);
310 Value *Tmp5 = Builder.CreateShl(R_1, One);
350 // ; %r_1 = phi i32 [ %tmp3, %preheader ], [ %r, %do-while ]
351 R_1->addIncoming(Tmp3, Preheader);
352 R_1->addIncoming(R, DoWhile);

Completed in 92 milliseconds