Searched defs:cmp_op (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
H A Dopcode.py7 __all__ = ["cmp_op", "hasconst", "hasname", "hasjrel", "hasjabs",
11 cmp_op = ('<', '<=', '==', '!=', '>', '>=', 'in', 'not in', 'is', variable
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c280 * e.g. for(i = start; i cmp_op end; i += step)
284 * \param cmp_op comparison operator used for comparing current value with end value
292 LLVMIntPredicate cmp_op,
305 state->cond = cmp_op;
289 lp_build_for_loop_begin(struct lp_build_for_loop_state *state, struct gallivm_state *gallivm, LLVMValueRef start, LLVMIntPredicate cmp_op, LLVMValueRef end, LLVMValueRef step) argument
/external/python/cpython2/Include/
H A Dopcode.h163 enum cmp_op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py_NE, PyCmp_GT=Py_GT, PyCmp_GE=Py_GE, enum
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_shader.c1890 const unsigned cmp_op = sm1_insn_flags_to_tgsi_setop(tx->insn.flags); local
1895 ureg_insn(tx->ureg, cmp_op, &tmp, 1, src, 2);
1908 const unsigned cmp_op = sm1_insn_flags_to_tgsi_setop(tx->insn.flags); local
1913 ureg_insn(tx->ureg, cmp_op, &tmp, 1, src, 2);
/external/valgrind/memcheck/
H A Dmc_translate.c1105 IROp cmp_op,
1109 Bool m64 = cmp_op == Iop_CmpORD64S || cmp_op == Iop_CmpORD64U;
1110 Bool syned = cmp_op == Iop_CmpORD64S || cmp_op == Iop_CmpORD32S;
1129 tl_assert(cmp_op == Iop_CmpORD32S || cmp_op == Iop_CmpORD32U
1130 || cmp_op == Iop_CmpORD64S || cmp_op == Iop_CmpORD64U);
1133 ppIROp(cmp_op); VG
1104 doCmpORD( MCEnv* mce, IROp cmp_op, IRAtom* xxhash, IRAtom* yyhash, IRAtom* xx, IRAtom* yy ) argument
[all...]

Completed in 2303 milliseconds