Searched defs:VCodeConstant (Results 1 – 7 of 7) sorted by relevance
| /wasmtime-44.0.1/winch/codegen/src/ |
| H A D | constant_pool.rs | 25 ) -> VCodeConstant { in register()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/lower/ |
| H A D | isle.rs | 722 fn shuffle_0_31_mask(&mut self, mask: &VecMask) -> VCodeConstant { in shuffle_0_31_mask() 733 fn shuffle_0_15_mask(&mut self, mask: &VecMask) -> VCodeConstant { in shuffle_0_15_mask() 743 fn shuffle_16_31_mask(&mut self, mask: &VecMask) -> VCodeConstant { in shuffle_16_31_mask() 757 ) -> Option<(VCodeConstant, VCodeConstant)> { in perm_from_mask_with_zeros() argument 775 fn perm_from_mask(&mut self, mask: &VecMask) -> VCodeConstant { in perm_from_mask() 964 fn insert_i8x16_lane_hole(&mut self, hole_idx: u8) -> VCodeConstant { in insert_i8x16_lane_hole()
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | vcode.rs | 1849 pub fn insert(&mut self, data: VCodeConstantData) -> VCodeConstant { in insert() 1887 pub fn keys(&self) -> Keys<VCodeConstant> { in keys() 1914 pub struct VCodeConstant(u32); struct
|
| H A D | lower.rs | 1702 pub fn use_constant(&mut self, constant: VCodeConstantData) -> VCodeConstant { in use_constant()
|
| H A D | buffer.rs | 642 pub fn register_constant(&mut self, constant: &VCodeConstant, data: &VCodeConstantData) { in register_constant()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/ |
| H A D | external.rs | 512 impl From<asm::Constant> for VCodeConstant { implementation
|
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | asm.rs | 155 pub fn add_constant(&mut self, constant: &[u8]) -> VCodeConstant { in add_constant()
|