Searched refs:CMP_LT (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/arch/riscv/include/ |
| H A D | insn.h | 558 #define CMP_LT 0b001 macro
|
| /netbsd-src/sys/arch/riscv/riscv/ |
| H A D | db_disasm.c | 773 INSN_F53("flt", OPFP_CMP, CMP_LT, F7SIZE, RS12_FREG),
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | simplify-rtx.c | 5409 CMP_LT = 2, enumerator 5436 return (known_results & CMP_LT) ? const_true_rtx : const0_rtx; in comparison_result() 5439 return (known_results & CMP_LT) ? const0_rtx : const_true_rtx; in comparison_result() 5588 real_less (d0, d1) ? CMP_LT : CMP_GT)); in simplify_const_relational_operation() 5606 int cr = wi::lts_p (ptrueop0, ptrueop1) ? CMP_LT : CMP_GT; in simplify_const_relational_operation()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | resolve.cc | 4550 { CMP_LT, CMP_EQ, CMP_GT, CMP_UNKNOWN }; enumerator 4572 return CMP_LT; in compare_bound() 4594 return CMP_LT; in compare_bound_int() 4616 return CMP_LT; in compare_bound_mpz_t() 4703 if (compare_bound (ar->start[i], as->lower[i]) == CMP_LT) in check_dimension() 4758 && comp_start_end == CMP_LT) in check_dimension() 4759 || (comp_stride_zero == CMP_LT in check_dimension() 4762 if (compare_bound (AR_START, as->lower[i]) == CMP_LT) in check_dimension() 4795 if (compare_bound_mpz_t (as->upper[i], last_value) == CMP_LT) in check_dimension() 5190 if (compare_bound_int (ref->u.ss.start, 1) == CMP_LT in gfc_resolve_substring()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | resolve.c | 4464 { CMP_LT, CMP_EQ, CMP_GT, CMP_UNKNOWN }; enumerator 4486 return CMP_LT; in compare_bound() 4508 return CMP_LT; in compare_bound_int() 4530 return CMP_LT; in compare_bound_mpz_t() 4617 if (compare_bound (ar->start[i], as->lower[i]) == CMP_LT) in check_dimension() 4672 && comp_start_end == CMP_LT) in check_dimension() 4673 || (comp_stride_zero == CMP_LT in check_dimension() 4676 if (compare_bound (AR_START, as->lower[i]) == CMP_LT) in check_dimension() 4709 if (compare_bound_mpz_t (as->upper[i], last_value) == CMP_LT) in check_dimension() 5104 if (compare_bound_int (ref->u.ss.start, 1) == CMP_LT in gfc_resolve_substring()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | simplify-rtx.cc | 5938 CMP_LT = 2, enumerator 5965 return (known_results & CMP_LT) ? const_true_rtx : const0_rtx; in comparison_result() 5968 return (known_results & CMP_LT) ? const0_rtx : const_true_rtx; in comparison_result() 6117 real_less (d0, d1) ? CMP_LT : CMP_GT)); in simplify_const_relational_operation() 6135 int cr = wi::lts_p (ptrueop0, ptrueop1) ? CMP_LT : CMP_GT; in simplify_const_relational_operation()
|