Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dopcode.py11 cmp_op = ('<', '<=', '==', '!=', '>', '>=', 'in', 'not in', 'is', variable
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c292 LLVMIntPredicate cmp_op, in lp_build_for_loop_begin()
/external/python/cpython2/Include/
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_… enum
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c1890 const unsigned cmp_op = sm1_insn_flags_to_tgsi_setop(tx->insn.flags); in DECL_SPECIAL() local
1908 const unsigned cmp_op = sm1_insn_flags_to_tgsi_setop(tx->insn.flags); in DECL_SPECIAL() local
/external/valgrind/memcheck/
Dmc_translate.c1105 IROp cmp_op, in doCmpORD()