Home
last modified time | relevance | path

Searched refs:cmpop (Results 1 - 6 of 6) sorted by relevance

/third_party/elfutils/libcpu/
H A Driscv_disasm.c870 uint32_t cmpop = (word >> 12) & 0x7; in riscv_disasm() local
871 if (cmpop < 3) in riscv_disasm()
877 char *cp = stpcpy (mnebuf, mnefpcmp[cmpop]); in riscv_disasm()
889 uint32_t cmpop = (word >> 12) & 0x7; in riscv_disasm() local
890 if (cmpop < 3) in riscv_disasm()
903 char *cp = stpcpy (mnebuf, rs1 == rs2 ? altsignmne[cmpop] : mnefpcmp[cmpop]); in riscv_disasm()
/third_party/mksh/
H A Dexpr.c407 #define cmpop(op) (es->natural ? \ in evalexpr() macro
482 res = cmpop(<); in evalexpr()
485 res = cmpop(<=); in evalexpr()
488 res = cmpop(>); in evalexpr()
491 res = cmpop(>=); in evalexpr()
535 #undef cmpop in evalexpr() macro
/third_party/python/Parser/
H A Daction_helpers.c244 _PyPegen_cmpop_expr_pair(Parser *p, cmpop_ty cmpop, expr_ty expr) in _PyPegen_cmpop_expr_pair() argument
251 a->cmpop = cmpop; in _PyPegen_cmpop_expr_pair()
268 asdl_seq_SET(new_seq, i, pair->cmpop); in _PyPegen_get_cmpops()
1232 cmpop_ty cmpop = (cmpop_ty) asdl_seq_GET(e->v.Compare.ops, 0); in _PyPegen_get_invalid_target() local
1233 if (cmpop == In) { in _PyPegen_get_invalid_target()
H A Dpegen.h84 cmpop_ty cmpop; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c1757 static const int cmpop[] = { in linearize_compare() local
1769 int op = opcode_float(cmpop[expr->op], itype); in linearize_compare()
/third_party/python/Lib/test/
H A Dtest_ast.py264 # TODO: expr_context, slice, boolop, operator, unaryop, cmpop, comprehension
754 self.assertEqual(ast.cmpop.__doc__, "cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn")

Completed in 13 milliseconds