Home
last modified time | relevance | path

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

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/filetests/regalloc/
H A Dschedule-moves.clif15 istore8 v0, v1+0x2710
16 istore8 v1, v0+0x2710
35 istore8 v0, v1+0x2710
36 istore8 v1, v0+0x2710
37 istore8 v3, v4+0x2710
H A Dcoloring-227.clif92 [RexOp1st#88] istore8 v59, v64
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/filetests/wasm/
H A Dmulti-val-b1.clif16 ; nextln: istore8 notrap aligned v9, v4
19 ; nextln: istore8 notrap aligned v10, v4+1
22 ; nextln: istore8 notrap aligned v11, v4+2
25 ; nextln: istore8 notrap aligned v12, v4+3
H A Dmulti-val-sret-slot-alignment.clif19 ; nextln: istore8 notrap aligned v6, v4
22 ; nextln: istore8 notrap aligned v7, v4+8
H A Di32-memory64.clif54 istore8 v0, v3
H A Di64-memory64.clif54 istore8 v0, v3
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/filetests/postopt/
H A Dcomplex_memory_ops.clif60 [RexOp1st#88] istore8.i64 v2, v3
80 [RexOp1stDisp8#88] istore8.i64 v2, v3+1
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/filetests/isa/x86/
H A Dstack-load-store8.clif11 ; nextln: istore8 notrap aligned v3, v2
H A Dlegalize-byte-ops-i8.clif13 ; check: istore8 $(V), $(V)
H A Dbinary64.clif219 istore8 v1, v3 ; bin: heap_oob 41 88 0a
221 istore8 v3, v1 ; bin: heap_oob 44 88 11
267 istore8 v1, v3+100 ; bin: heap_oob 41 88 4a 64
269 istore8 v3, v1+100 ; bin: heap_oob 44 88 51 64
315 istore8 v1, v2+10000 ; bin: heap_oob 88 8e 00002710
1634 istore8 notrap v3, v1; bin: 41 88 04 24
1636 istore8 notrap v3, v2; bin: 41 88 45 00
1639 istore8 notrap v3, v1+1; bin: 41 88 44 24 01
1641 istore8 notrap v3, v2+1; bin: 41 88 45 01
1644 istore8 notrap v3, v1+256; bin: 41 88 84 24 00000100
[all …]
H A Dbinary32.clif166 istore8 v1, v2 ; bin: heap_oob 88 0e
201 istore8 v1, v2+100 ; bin: heap_oob 88 4e 64
235 istore8 v1, v2+10000 ; bin: heap_oob 88 8e 00002710
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/shared/
H A Dlegalize.rs88 let istore8 = insts.by_name("istore8"); in define() localVariable
398 def!(istore8(flags, b, ptr, offset)), in define()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/shared/
H A Dlegalize.rs91 let istore8 = insts.by_name("istore8"); in define() localVariable
522 def!(istore8(flags, b, ptr, offset)), in define()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dlegalize.rs91 let istore8 = insts.by_name("istore8"); in define() localVariable
539 def!(istore8(flags, b, ptr, offset)), in define()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dlegalize.rs91 let istore8 = insts.by_name("istore8"); in define() localVariable
539 def!(istore8(flags, b, ptr, offset)), in define()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/shared/
H A Dlegalize.rs91 let istore8 = insts.by_name("istore8"); in define() localVariable
539 def!(istore8(flags, b, ptr, offset)), in define()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dlegalize.rs91 let istore8 = insts.by_name("istore8"); in define() localVariable
539 def!(istore8(flags, b, ptr, offset)), in define()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dlegalize.rs90 let istore8 = insts.by_name("istore8"); in define() localVariable
521 def!(istore8(flags, b, ptr, offset)), in define()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/isa/x86/
H A Dencodings.rs442 let istore8 = shared.by_name("istore8"); in define() localVariable
1030 e.enc_both(istore8.bind(I32).bind_any(), recipe.opcodes(vec![0x88])); in define()
1031 e.enc_x86_64(istore8.bind(I64).bind_any(), recipe.opcodes(vec![0x88])); in define()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dencodings.rs741 let istore8 = shared.by_name("istore8"); in define_memory() localVariable
898 e.enc_both(istore8.bind(I32).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()
899 e.enc_x86_64(istore8.bind(I64).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/isa/x86/
H A Dencodings.rs747 let istore8 = shared.by_name("istore8"); in define_memory() localVariable
904 e.enc_both(istore8.bind(I32).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()
905 e.enc_x86_64(istore8.bind(I64).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dencodings.rs778 let istore8 = shared.by_name("istore8"); in define_memory() localVariable
945 e.enc_both(istore8.bind(I32).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()
946 e.enc_x86_64(istore8.bind(I64).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dencodings.rs778 let istore8 = shared.by_name("istore8"); in define_memory() localVariable
945 e.enc_both(istore8.bind(I32).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()
946 e.enc_x86_64(istore8.bind(I64).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/isa/x86/
H A Dencodings.rs778 let istore8 = shared.by_name("istore8"); in define_memory() localVariable
945 e.enc_both(istore8.bind(I32).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()
946 e.enc_x86_64(istore8.bind(I64).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dencodings.rs778 let istore8 = shared.by_name("istore8"); in define_memory() localVariable
945 e.enc_both(istore8.bind(I32).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()
946 e.enc_x86_64(istore8.bind(I64).bind(Any), recipe.opcodes(&MOV_BYTE_STORE)); in define_memory()