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

  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 171 unsigned dstReg = (MI.getOpcode() == Hexagon::LDrid) ?
178 TII.get(Hexagon::CONST32_Int_Real), dstReg).addImm(Offset);
181 dstReg).addReg(FrameReg).addReg(dstReg);
185 dstReg).addReg(FrameReg).addImm(Offset);
188 MI.getOperand(FIOperandNum).ChangeToRegister(dstReg, false, false,true);
256 unsigned dstReg = MI.getOperand(0).getReg();
258 TII.get(Hexagon::CONST32_Int_Real), dstReg).addImm(Offset);
261 dstReg).addReg(FrameReg).addReg(dstReg);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.c 458 const GLuint swizzle = inst->DstReg.CondSwizzle;
459 const GLuint condMask = inst->DstReg.CondMask;
481 const struct prog_dst_register *dstReg = &(inst->DstReg);
483 GLuint writeMask = dstReg->WriteMask;
485 GLfloat *dst = get_dst_register_pointer(dstReg, machine);
503 if (dstReg->CondMask != COND_TR) {
506 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)],
507 dstReg->CondMask))
511 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)]
    [all...]
program_parse.y 203 %type <dst_reg> dstReg maskedDstReg maskedAddrReg
469 $$->Base.DstReg.CondMask = $2.CondMask;
470 $$->Base.DstReg.CondSwizzle = $2.CondSwizzle;
471 $$->Base.DstReg.CondSrc = $2.CondSrc;
634 maskedDstReg: dstReg optionalMask optionalCcMask
860 dstReg: resultBinding
    [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c 458 const GLuint swizzle = inst->DstReg.CondSwizzle;
459 const GLuint condMask = inst->DstReg.CondMask;
481 const struct prog_dst_register *dstReg = &(inst->DstReg);
483 GLuint writeMask = dstReg->WriteMask;
485 GLfloat *dst = get_dst_register_pointer(dstReg, machine);
503 if (dstReg->CondMask != COND_TR) {
506 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)],
507 dstReg->CondMask))
511 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)]
    [all...]
program_parse.y 203 %type <dst_reg> dstReg maskedDstReg maskedAddrReg
469 $$->Base.DstReg.CondMask = $2.CondMask;
470 $$->Base.DstReg.CondSwizzle = $2.CondSwizzle;
471 $$->Base.DstReg.CondSrc = $2.CondSrc;
634 maskedDstReg: dstReg optionalMask optionalCcMask
860 dstReg: resultBinding
    [all...]

Completed in 114 milliseconds