Lines Matching refs:TxN

505     let TxN = &TypeVar::new(  in define_simd_lane_access()  localVariable
517 let x = &Operand::new("x", &TxN.lane_of()).with_doc("Value to splat to all lanes"); in define_simd_lane_access()
518 let a = &Operand::new("a", TxN); in define_simd_lane_access()
563 let x = &Operand::new("x", TxN).with_doc("The vector to modify"); in define_simd_lane_access()
564 let y = &Operand::new("y", &TxN.lane_of()).with_doc("New lane value"); in define_simd_lane_access()
582 let x = &Operand::new("x", TxN); in define_simd_lane_access()
583 let a = &Operand::new("a", &TxN.lane_of()); in define_simd_lane_access()
831 let TxN = &TypeVar::new( in define() localVariable
1693 let a = &Operand::new("a", TxN).with_doc("A constant vector value"); in define()
2155 let x = &Operand::new("x", TxN).with_doc("Vector to split"); in define()
2156 let lo = &Operand::new("lo", &TxN.half_vector()).with_doc("Low-numbered lanes of `x`"); in define()
2157 let hi = &Operand::new("hi", &TxN.half_vector()).with_doc("High-numbered lanes of `x`"); in define()
2212 let c = &Operand::new("c", &TxN.as_bool()).with_doc("Controlling vector"); in define()
2213 let x = &Operand::new("x", TxN).with_doc("Value to use where `c` is true"); in define()
2214 let y = &Operand::new("y", TxN).with_doc("Value to use where `c` is false"); in define()
2215 let a = &Operand::new("a", TxN); in define()
2262 let a = &Operand::new("a", TxN); in define()
3794 let a = &Operand::new("a", TxN).with_doc("A vector value"); in define()
3795 let s = &Operand::new("s", &TxN.lane_of()).with_doc("A scalar value"); in define()