Home
last modified time | relevance | path

Searched refs:opnum (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype, in r200SetFragShaderArg() argument
108 SET_INST(opnum, optype) |= reg0; in r200SetFragShaderArg()
109 SET_INST_2(opnum, optype) |= reg2; in r200SetFragShaderArg()
141 GLuint opnum = 0; in r200UpdateFSArith() local
147 SET_INST(opnum, 0) = 0; in r200UpdateFSArith()
148 SET_INST_2(opnum, 0) = 0; in r200UpdateFSArith()
149 SET_INST(opnum, 1) = 0; in r200UpdateFSArith()
150 SET_INST_2(opnum, 1) = 0; in r200UpdateFSArith()
166 SET_INST(opnum, optype) |= R200_TXC_NEG_ARG_C; in r200UpdateFSArith()
169 r200SetFragShaderArg(afs_cmd, opnum, optype, in r200UpdateFSArith()
[all …]
/external/llvm-project/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp109 Operator(unsigned short shufflemask, const char *name, unsigned opnum, in Operator()
111 : Name(name), ShuffleMask(shufflemask), OpNum(opnum),Cost(cost) { in Operator()
302 for (unsigned opnum = 0, e = TheOperators.size(); opnum != e; ++opnum) { in main() local
303 Operator *Op = TheOperators[opnum]; in main()
/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp110 Operator(unsigned short shufflemask, const char *name, unsigned opnum, in Operator()
112 : Name(name), ShuffleMask(shufflemask), OpNum(opnum),Cost(cost) { in Operator()
303 for (unsigned opnum = 0, e = TheOperators.size(); opnum != e; ++opnum) { in main() local
304 Operator *Op = TheOperators[opnum]; in main()
/external/python/cpython2/Lib/compiler/
Dpyassem.py510 lnotab.addCode(self.opnum[opname])
518 lnotab.addCode(self.opnum[opname], lo, hi)
521 print self.opnum[opname], lo, hi
525 opnum = {} variable in PyFlowGraph
527 opnum[dis.opname[num]] = num
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c201 int opnum; in logdump() local
203 opnum = i + 1 + (logcount / LOGSIZE) * LOGSIZE; in logdump()
205 prt("%d: %lu.%06lu ", opnum, lp->tv.tv_sec, lp->tv.tv_usec); in logdump()
/external/llvm-project/llvm/test/Bitcode/
Dinvalid.test234 RUN: not llvm-dis -disable-output %p/Inputs/invalid-fcmp-opnum.bc 2>&1 | \
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td22 class SDTypeConstraint<int opnum> {
23 int OperandNum = opnum;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td21 class SDTypeConstraint<int opnum> {
22 int OperandNum = opnum;
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td21 class SDTypeConstraint<int opnum> {
22 int OperandNum = opnum;