Home
last modified time | relevance | path

Searched refs:OP_GT (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.sbin/btrace/
Dbt_parse.y120 %token <v.i> OP_EQ OP_NE OP_LE OP_LT OP_GE OP_GT OP_LAND OP_LOR
189 | term OP_GT fterm { $$ = ba_op(B_AT_OP_GT, $1, $3); }
908 return OP_GT; in yylex()
/openbsd/src/gnu/usr.bin/perl/
Dopnames.h91 OP_GT = 74, enumerator
Dop.c9795 case OP_GT: case OP_LE: case OP_GE: in S_looks_like_bool()
12266 else if (o->op_type == OP_GT || o->op_type == OP_I_GT) { in Perl_ck_cmp()
15620 newBINOP(OP_GT, 0, in Perl_coresub_op()
Dtoke.c6915 ChRop(OP_GT); in yyl_rightpointy()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
Darm_neon.td101 def OP_GT : Op<(cast "R", (op ">", $p0, $p1))>;
353 def VCGT : SOpInst<"vcgt", "U..", "csifUcUsUiQcQsQiQfQUcQUsQUi", OP_GT>;
867 def CFMGT : SOpInst<"vcgt", "U..", "lUldQdQlQUl", OP_GT>;
1710 def VCGTH : SOpInst<"vcgt", "U..", "hQh", OP_GT>;
/openbsd/src/usr.sbin/bgpd/
Dparse.y3070 case OP_GT:
3509 | '>' { $$ = OP_GT; }
5820 case OP_GT: in component_numop()
5906 return push_numop(OP_GT, 0, max); in push_binary_numop()
Dbgpd.h1072 OP_GT enumerator