Searched refs:ltgt (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/usr.sbin/ppp/ |
| HD | command.c | 442 int ltgt, loldstr, lnewstr, pos; in subst() local 447 ltgt = strlen(tgt) + 1; in subst() 453 bcopy(word + loldstr, word + lnewstr, ltgt - pos - loldstr); in subst() 455 ntgt = realloc(tgt, ltgt += lnewstr - loldstr); in subst() 462 bcopy(word + loldstr, word + lnewstr, ltgt - pos - lnewstr); in subst()
|
| /NextBSD/contrib/gcc/config/s390/ |
| HD | predicates.md | 165 uneq, unlt, ungt, unle, unge, ltgt,
|
| HD | s390.md | 241 ordered uneq unlt ungt unle unge ltgt])
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | predicates.md | 909 (match_code "ltu,lt,unlt,gt,ungt,le,unle,ge,unge,ltgt,uneq")
|
| HD | i386.md | 13358 (ltgt:QI (reg:CC FLAGS_REG) (const_int 0)))]
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | arm.md | 7181 (if_then_else (ltgt (match_dup 1) (const_int 0)) 7211 (if_then_else (ltgt (match_operand 1 "cc_register" "") (const_int 0)) 7262 (if_then_else (ltgt (match_operand 1 "cc_register" "") (const_int 0)) 7428 ; (ltgt:SI (match_dup 1) (const_int 0)))]
|
| /NextBSD/contrib/gcc/ |
| HD | rtl.def | 532 DEF_RTL_EXPR(LTGT, "ltgt", "ee", RTX_COMM_COMPARE)
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | mips.md | 488 (define_code_macro any_cond [unordered ordered unlt unge uneq ltgt unle ungt
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sparc.md | 1549 (if_then_else (ltgt (match_dup 1) (const_int 0))
|
| /NextBSD/contrib/gcc/doc/ |
| HD | md.texi | 7508 (define_code_macro any_cond [unordered ordered unlt unge uneq ltgt unle ungt
|