Home
last modified time | relevance | path

Searched refs:UnsignedLessThan (Results 1 – 25 of 28) sorted by relevance

12

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dcondcodes.rs51 UnsignedLessThan, enumerator
70 UnsignedLessThan => UnsignedGreaterThanOrEqual, in complement()
71 UnsignedGreaterThanOrEqual => UnsignedLessThan, in complement()
86 UnsignedGreaterThan => UnsignedLessThan, in swap_args()
88 UnsignedLessThan => UnsignedGreaterThan, in swap_args()
104 IntCC::UnsignedLessThan, in all()
119 UnsignedLessThan | UnsignedLessThanOrEqual => UnsignedLessThan, in without_equal()
131 SignedLessThan | UnsignedLessThan => UnsignedLessThan, in unsigned()
149 UnsignedLessThan => "ult", in to_static_str()
176 "ult" => Ok(UnsignedLessThan), in from_str()
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dinst_specs.isle12 (UnsignedLessThan #x08)
56 ((IntCC.UnsignedLessThan) (if (bvult x y) #x01 #x00))
66 (= c (IntCC.UnsignedLessThan))
H A Disle_prelude.rs205 IntCC::UnsignedLessThan => ux < uy,
707 | IntCC::UnsignedLessThan
H A Dprelude_opt.isle41 (rule (ult ty x y) (icmp ty (IntCC.UnsignedLessThan) x y))
196 (extractor (ult ty x y) (icmp ty (IntCC.UnsignedLessThan) x y))
H A Dsouper_harvest.rs440 ir::condcodes::IntCC::UnsignedLessThan => { in harvest_candidate_lhs()
H A Dprelude_lower.isle351 (extractor (ult x y) (icmp _ (IntCC.UnsignedLessThan) x y))
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dlower.rs65 IntCC::UnsignedLessThan => Cond::Lo, in lower_condcode()
H A Dinst.isle4661 (= cc (IntCC.UnsignedLessThan))
4682 ((IntCC.UnsignedLessThan) (if (= (extract 9 9 a) #b0) #x01 #x00))
4691 (= (extract 7 0 a) (IntCC.UnsignedLessThan))
4735 (= c (IntCC.UnsignedLessThan))
4766 ((IntCC.UnsignedLessThan) (if (bvult x y) #x01 #x00))
4775 (= c (IntCC.UnsignedLessThan))
4818 (= c (IntCC.UnsignedLessThan))
5051 (rule (lower_icmp_into_flags cond @ (IntCC.UnsignedLessThan) lhs rhs $I128)
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/
H A Dargs.rs147 IntCC::UnsignedLessThan => 4, in from_intcc()
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dlower.isle33 (rule (lower_cond_icmp32 (IntCC.UnsignedLessThan) a b) (Cond.IfXult32 a b))
53 (rule 1 (lower_cond_icmp32 (IntCC.UnsignedLessThan) a (u32_from_iconst b))
67 (rule (lower_cond_icmp64 (IntCC.UnsignedLessThan) a b) (Cond.IfXult64 a b))
87 (rule 1 (lower_cond_icmp64 (IntCC.UnsignedLessThan) a (u32_from_iconst b))
759 (rule (lower_icmp $I64 (IntCC.UnsignedLessThan) a b)
777 (rule 1 (lower_icmp (fits_in_32 _) (IntCC.UnsignedLessThan) a b)
790 (lower_icmp ty (IntCC.UnsignedLessThan) b a))
833 (if-let (IntCC.UnsignedLessThan) (intcc_unsigned cc))
847 (rule (lower_icmp128_hi (IntCC.UnsignedLessThan) a b) (pulley_xult64 a b))
861 (rule (lower_vcmp $I8X16 (IntCC.UnsignedLessThan) a b) (pulley_vult8x16 a b))
[all …]
/wasmtime-44.0.1/cranelift/codegen/src/opts/
H A Dicmp.isle218 (rule (decompose_intcc (IntCC.UnsignedLessThan)) 2)
231 (rule (compose_icmp ty 2 false x y) (icmp ty (IntCC.UnsignedLessThan) x y))
243 (rule (intcc_class (IntCC.UnsignedLessThan)) 1)
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/
H A Dargs.rs265 IntCC::UnsignedLessThan => (BranchFunct3::Ltu, false), in funct3()
282 IntCC::UnsignedLessThan => "bltu", in op_name()
H A Demit.rs1463 kind: IntCC::UnsignedLessThan, in emit_uncompressed()
1929 crate::ir::AtomicRmwOp::Umin => IntCC::UnsignedLessThan, in emit_uncompressed()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/
H A Dargs.rs880 IntCC::UnsignedLessThan => CC::B, in from_intcc()
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/lower/
H A Disle.rs932 IntCC::UnsignedLessThan => false, in condcode_is_signed()
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dinst_vector.isle1625 ;; IntCC.UnsignedLessThan
1627 (rule 0 (gen_icmp_mask (ty_vec_fits_in_register ty) (IntCC.UnsignedLessThan) x y)
1630 (rule 1 (gen_icmp_mask (ty_vec_fits_in_register ty) (IntCC.UnsignedLessThan) x (splat _ y))
1633 (rule 2 (gen_icmp_mask (ty_vec_fits_in_register ty) (IntCC.UnsignedLessThan) (splat _ x) y)
1636 (rule 4 (gen_icmp_mask (ty_vec_fits_in_register ty) (IntCC.UnsignedLessThan) x y)
H A Dabi.rs276 cc: IntCC::UnsignedLessThan, in gen_stack_lower_bound_trap()
H A Dlower.isle320 (_ InstOutput (gen_trapif (IntCC.UnsignedLessThan) tmp x tc)))
2091 (gen_select_regs (icmp_to_int_compare (IntCC.UnsignedLessThan) x y) x y))
2305 (rule 1 (lower_icmp (IntCC.UnsignedLessThan) x y)
2341 (rule (lower_int_compare (int_compare_decompose (IntCC.UnsignedLessThan) x y))
2399 (if-let (IntCC.UnsignedLessThan) (intcc_unsigned cc))
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dlower.isle268 (intcc_as_cond (IntCC.UnsignedLessThan)))))
3514 (intcc_as_cond (IntCC.UnsignedLessThan)) tmp val src))
3849 (rule (icmp_val _ (IntCC.UnsignedLessThan) x @ (value_type (and (vxrs_ext3_disabled) (vr128_ty ty))…
3876 (rule (lower (has_type (ty_vec128 ty) (icmp _ (IntCC.UnsignedLessThan) x y)))
3966 (rule (vall_true_val (has_type ty (icmp _ (IntCC.UnsignedLessThan) x y)))
4044 (rule (vany_true_val (has_type ty (icmp _ (IntCC.UnsignedLessThan) x y)))
4318 (bool (icmpu_reg ty sum x) (intcc_as_cond (IntCC.UnsignedLessThan))))))
/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/
H A Denabled.rs979 let in_bounds = builder.ins().icmp(IntCC::UnsignedLessThan, index, len); in array_elem_addr()
/wasmtime-44.0.1/cranelift/frontend/src/
H A Dfrontend.rs1120 UnsignedLessThan => (SignedLessThan, 0), in emit_small_memory_compare()
/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs1127 .icmp(IntCC::UnsignedLessThan, index, end_range); in search_handler()
/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstep.rs1447 IntCC::UnsignedLessThan => { in icmp()
/wasmtime-44.0.1/cranelift/frontend/src/frontend/
H A Dsafepoints.rs2598 .icmp(ir::condcodes::IntCC::UnsignedLessThan, v3, v4); in issue_10397_stack_map_vars_and_indirect_block_params()
/wasmtime-44.0.1/crates/cranelift/src/translate/
H A Dcode_translator.rs1312 translate_icmp(IntCC::UnsignedLessThan, builder, environ) in translate_operator()
2003 translate_vector_icmp(IntCC::UnsignedLessThan, type_of(op), builder, environ) in translate_operator()

12