Home
last modified time | relevance | path

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

/third_party/elfutils/libcpu/
Driscv_disasm.c870 uint32_t cmpop = (word >> 12) & 0x7; in riscv_disasm() local
889 uint32_t cmpop = (word >> 12) & 0x7; in riscv_disasm() local
/third_party/mksh/
Dexpr.c407 #define cmpop(op) (es->natural ? \ in evalexpr() macro
/third_party/python/Parser/
Dpegen.h82 cmpop_ty cmpop; member
Dpegen.c1721 _PyPegen_cmpop_expr_pair(Parser *p, cmpop_ty cmpop, expr_ty expr) in _PyPegen_cmpop_expr_pair()
2528 cmpop_ty cmpop = (cmpop_ty) asdl_seq_GET(e->v.Compare.ops, 0); in _PyPegen_get_invalid_target() local
/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c1757 static const int cmpop[] = { in linearize_compare() local