Home
last modified time | relevance | path

Searched refs:Add (Results 1 – 25 of 75) sorted by relevance

123

/wasmtime-44.0.1/cranelift/isle/isle/isle_examples/pass/
H A Dtutorial.isle5 (enum (Add (a Value) (b Value))
15 (enum (Add (mode AddrMode))
51 (rule -1 (lower (HighLevelInst.Add a b))
52 (LowLevelInst.Add
66 (LowLevelInst.Add
72 (rule 1 (lower (HighLevelInst.Add
75 (inst_result (HighLevelInst.Add
78 (LowLevelInst.Add
84 (rule (lower (HighLevelInst.Add a (inst_result (HighLevelInst.Const c))))
85 (LowLevelInst.Add
[all …]
H A Dlet.isle1 (type A (enum (Add (x u32) (y u32)) (Sub (x u32) (y u32))))
7 (decl Add (u32 u32) u32)
8 (extern constructor Add add)
13 (Lower (A.Add x y))
14 (let ((z u32 (Add x y)))
H A Dtest3.isle24 (Add (a Reg) (b Reg))
57 (MachInst.Add (UseInput ra) (UseInput rb)))
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/broken/
H A Dbroken_fits_in_32_band.isle12 (Add #x00) ;; 0
32 (Add)
43 ;; Add, setting flags
57 ;; Add with carry
59 ;; Add with carrysettings flags
H A Dbroken_fits_in_32_bor.isle12 (Add #x00) ;; 0
32 (Add)
43 ;; Add, setting flags
57 ;; Add with carry
59 ;; Add with carrysettings flags
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Datomic_rmw_op.rs12 Add, enumerator
39 AtomicRmwOp::Add, in all()
57 AtomicRmwOp::Add => "add", in fmt()
77 "add" => Ok(AtomicRmwOp::Add), in from_str()
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/broken/shifts/
H A Dbroken_ishl_to_do_shift_64.isle11 (Add #x00) ;; 0
31 (Add)
42 ;; Add, setting flags
56 ;; Add with carry
58 ;; Add with carrysettings flags
H A Dbroken_sshr_to_do_shift_fits_in_32.isle11 (Add #x00) ;; 0
31 (Add)
42 ;; Add, setting flags
56 ;; Add with carry
58 ;; Add with carrysettings flags
H A Dbroken_do_shift_32.isle7 (Add #x00) ;; 0
27 (Add)
38 ;; Add, setting flags
52 ;; Add with carry
54 ;; Add with carrysettings flags
H A Dbroken_ushr_to_do_shift_fits_in_32.isle11 (Add #x00) ;; 0
31 (Add)
42 ;; Add, setting flags
56 ;; Add with carry
58 ;; Add with carrysettings flags
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dhelpers.rs4 use core::ops::{Add, BitAnd, Not, Sub};
16 + Add<N, Output = N> in align_to()
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/broken/iadd/
H A Dbroken_base_case.isle11 (Add)
24 (rule (add ty x y) (alu_rrr (ALUOp.Add) ty x y))
H A Dbroken_shift.isle22 (Add #x00) ;; 0
39 (Add)
73 (rule (add_shift ty x y z) (alu_rrr_shift (ALUOp.Add) ty x y z))
H A Dbroken_shift2.isle22 (Add #x00) ;; 0
39 (Add)
73 (rule (add_shift ty x y z) (alu_rrr_shift (ALUOp.Add) ty x y z))
H A Dbroken_imm12.isle15 (Add)
29 (rule (add_imm ty x y) (alu_rr_imm12 (ALUOp.Add) ty x y))
H A Dbroken_imm12_2.isle15 (Add)
30 (rule (add_imm ty x y) (alu_rr_imm12 (ALUOp.Add) ty x y))
H A Dbroken_add_extend.isle11 (Add)
106 (rule (add_extend ty x y) (alu_rr_extend_reg (ALUOp.Add) ty x y))
/wasmtime-44.0.1/cranelift/isle/
H A DREADME.md79 (enum (Add (a Value) (b Value))
89 (enum (Add (mode AddrMode))
217 (rule (lower (HighLevelInst.Add a b))
218 (LowLevelInst.Add
259 let expr3_0 = LowLevelInst::Add {
315 (LowLevelInst.Add
383 let expr3_0 = LowLevelInst::Add {
403 (rule (lower (HighLevelInst.Add
409 (LowLevelInst.Add
416 (LowLevelInst.Add
[all …]
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/isub/
H A Dimm12neg_new.isle15 (Add)
29 (rule (add_imm ty x y) (alu_rr_imm12 (ALUOp.Add) ty x y))
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/broken/isub/
H A Dbroken_imm12neg_not_distinct.isle15 (Add)
28 (rule (add_imm ty x y) (alu_rr_imm12 (ALUOp.Add) ty x y))
H A Dbroken_imm12neg.isle15 (Add)
30 (rule (add_imm ty x y) (alu_rr_imm12 (ALUOp.Add) ty x y))
H A Dbroken_shift.isle22 (Add #x00) ;; 0
39 (Add)
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dbyte_count.rs94 .ok_or(ByteCountOutOfBounds(ByteCountOutOfBoundsKind::Add)) in checked_add()
255 Add, enumerator
269 ByteCountOutOfBoundsKind::Add => f.write_str("byte count overflow during addition"), in fmt()
/wasmtime-44.0.1/cranelift/bitset/src/
H A Dscalar.rs4 use core::ops::{Add, BitAnd, BitOr, Not, Shl, Shr, Sub};
541 + Add<Output = Self>
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/load/
H A Dload_add_panic.isle4 ;; Add with 2 loads spec

123