Searched refs:byte_offset (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/ |
| H A D | settings.rs | 26 pub byte_offset: u8, field 107 *layout.get_mut(setting.byte_offset as usize).unwrap(); in layout() 285 let mut byte_offset = 0; in build() localVariable 299 byte_offset, in build() 303 byte_offset += 1; in build() 306 group.bool_start_byte_offset = byte_offset; in build() 320 byte_offset: byte_offset + predicate_number / 8, in build()
|
| /wasmtime-44.0.1/cranelift/codegen/meta/src/ |
| H A D | gen_settings.rs | 163 let mut m = Match::new(format!("self.bytes[{}]", setting.byte_offset)); in gen_getter() 174 fmtln!(fmt, "self.bytes[{}]", setting.byte_offset); in gen_getter() 234 fmtln!(fmt, "offset: {},", setting.byte_offset); in gen_descriptors() 336 *default_bytes.get_mut(setting.byte_offset as usize).unwrap() |= setting.default_byte(); in gen_template()
|
| /wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/ |
| H A D | instructions.rs | 316 let byte_offset = builder in occupy_next_slots() localVariable 319 builder.ins().iadd(data, byte_offset) in occupy_next_slots()
|
| /wasmtime-44.0.1/pulley/src/ |
| H A D | interp.rs | 1222 .byte_offset(self.offset as isize), in addr() 1238 let addr = host_addr.byte_offset(self.offset as isize); in addr() 2037 .byte_offset(offset as isize); in push_frame_save()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/ |
| H A D | mod.rs | 2729 let byte_offset = off * 4096; in print_with_state() localVariable
|