Searched refs:qsrc (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 25 def qsrc : RegisterOperand<QSRC> { 119 (outs qsrc:$FRT), (ins qsrc:$FRA, qsrc:$FRB), 130 (outs qsrc:$FRT), (ins qsrc:$FRA, qsrc:$FRB), 140 def QVFRESs : AForm_4a<0, 24, (outs qsrc:$FRT), (ins qsrc:$FRB), 149 def QVFRSQRTESs : AForm_4a<0, 26, (outs qsrc:$FRT), (ins qsrc:$FRB), 162 (outs qsrc:$FRT), (ins qsrc:$FRA, qsrc:$FRC), 177 (outs qsrc:$FRT), (ins qsrc:$FRA, qsrc:$FRB, qsrc:$FRC), 188 (outs qsrc:$FRT), (ins qsrc:$FRA, qsrc:$FRB, qsrc:$FRC), 200 (outs qsrc:$FRT), (ins qsrc:$FRA, qsrc:$FRB, qsrc:$FRC), 212 (outs qsrc:$FRT), (ins qsrc:$FRA, qsrc:$FRB, qsrc:$FRC), [all …]
|
/external/skia/src/core/ |
D | SkSpriteBlitter_RGB16.cpp | 184 const uint32_t* qsrc = reinterpret_cast<const uint32_t*>(src); in blitrow_d16_si8() local 187 uint32_t s4 = *qsrc++; in blitrow_d16_si8() 203 uint32_t s4 = *qsrc++; in blitrow_d16_si8() 214 src = reinterpret_cast<const uint8_t*>(qsrc); in blitrow_d16_si8()
|