Home
last modified time | relevance | path

Searched +defs:cvt +defs:d +defs:s (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp46 for (int d = 1; defExists(d); ++d) in isNop() local
73 for (int d = 0; defExists(d); ++d) in isDead() local
260 for (int s = 0; i->srcExists(s); ++s) { in visit() local
297 for (int s = 0; i->srcExists(s); ++s) { in visit() local
425 int s = 0; in findOriginForTestWithZero() local
837 const int s, ImmediateValue& imm2) in tryCollapseChainedMULs()
927 ConstantFolding::opnd(Instruction *i, ImmediateValue &imm0, int s) in opnd()
943 for (int8_t d = 0; i->defExists(d); ++d) { in opnd() local
1093 const uint32_t d = imm0.reg.data.u32; in opnd() local
1095 int r, s; in opnd() local
[all …]
Dnv50_ir_from_tgsi.cpp916 for (int s = 0; s < TGSI_FULL_MAX_SRC_REGISTERS; ++s) { in checkDstSrcAliasing() local
1497 for (unsigned s = 0; s < insn.srcCount(); ++s) in scanInstruction() local
1500 for (unsigned s = 0; s < insn.getNumTexOffsets(); ++s) in scanInstruction() local
1777 Converter::applySrcMod(Value *val, int s, int c) in applySrcMod()
1792 Converter::getVertexBase(int s) in getVertexBase()
1808 Converter::getOutputBase(int s) in getOutputBase()
1824 Converter::fetchSrc(int s, int c) in fetchSrc()
1958 Converter::acquireDst(int d, int c) in acquireDst()
1985 Converter::storeDst(int d, int c, Value *val) in storeDst()
2049 #define FOR_EACH_DST_ENABLED_CHANNEL(d, chan, inst) \ argument
[all …]
/external/valgrind/VEX/priv/
Dir_defs.c1409 void ppIRDirty ( const IRDirty* d ) in ppIRDirty()
1497 void ppIRLoadGOp ( IRLoadGOp cvt ) in ppIRLoadGOp()
1570 void ppIRStmt ( const IRStmt* s ) in ppIRStmt()
2059 IRDirty* d = LibVEX_Alloc_inline(sizeof(IRDirty)); in emptyIRDirty() local
2118 IRLoadG* mkIRLoadG ( IREndness end, IRLoadGOp cvt, in mkIRLoadG()
2142 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_IMark() local
2150 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_AbiHint() local
2158 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_Put() local
2165 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_PutI() local
2171 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_WrTmp() local
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_reg.h74 #define BRW_SWIZZLE4(a,b,c,d) (((a)<<0) | ((b)<<2) | ((c)<<4) | ((d)<<6)) argument
273 int d; member
612 brw_imm_d(int d) in brw_imm_d()
864 static inline unsigned cvt(unsigned val) in cvt() function
892 spread(struct brw_reg reg, unsigned s) in spread()