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

  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 448 assert(ClauseContent.size() < 128 && "ALU clause is too big");
669 MachineInstr *Alu = ToPopAfter[i];
670 BuildMI(MBB, Alu, MBB.findDebugLoc((MachineBasicBlock::iterator)Alu),
672 .addImm(Alu->getOperand(0).getImm())
673 .addImm(Alu->getOperand(1).getImm())
674 .addImm(Alu->getOperand(2).getImm())
675 .addImm(Alu->getOperand(3).getImm())
676 .addImm(Alu->getOperand(4).getImm())
677 .addImm(Alu->getOperand(5).getImm()
    [all...]
  /external/valgrind/VEX/priv/
host_mips_defs.c 769 i->Min.Alu.op = op;
770 i->Min.Alu.dst = dst;
771 i->Min.Alu.srcL = srcL;
772 i->Min.Alu.srcR = srcR;
1186 HReg r_srcL = i->Min.Alu.srcL;
1187 MIPSRH *rh_srcR = i->Min.Alu.srcR;
1189 vex_printf("%s ", showMIPSAluOp(i->Min.Alu.op,
1191 ppHRegMIPS(i->Min.Alu.dst, mode64);
    [all...]
host_arm_defs.c 1090 i->ARMin.Alu.op = op;
1091 i->ARMin.Alu.dst = dst;
1092 i->ARMin.Alu.argL = argL;
1093 i->ARMin.Alu.argR = argR;
    [all...]
host_ppc_defs.c 779 i->Pin.Alu.op = op;
780 i->Pin.Alu.dst = dst;
781 i->Pin.Alu.srcL = srcL;
782 i->Pin.Alu.srcR = srcR;
    [all...]
host_arm_defs.h 634 /* ADD/SUB/AND/OR/XOR, vanilla ALU op */
640 } Alu;
    [all...]
host_mips_defs.h 400 } Alu;
host_ppc_defs.h 620 } Alu;
    [all...]

Completed in 95 milliseconds