Searched refs:offset_val (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | globalvalue.rs | 133 let offset_val: i64 = offset.into(); in fmt() localVariable 134 if offset_val > 0 { in fmt() 137 if offset_val != 0 { in fmt()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | bounds_checks.rs | 639 let offset_val = pos.ins().iconst(addr_ty, i64::from(offset)); in compute_addr() localVariable 640 pos.ins().iadd(base_and_index, offset_val) in compute_addr()
|
| H A D | func_environ.rs | 3863 let offset_val = builder.ins().iconst(I64, offset as i64); in before_load() localVariable 3866 .call(check_load, &[vmctx, num_bytes, addr, offset_val]); in before_load() 3884 let offset_val = builder.ins().iconst(I64, offset as i64); in before_store() localVariable 3887 .call(check_store, &[vmctx, num_bytes, addr, offset_val]); in before_store()
|