Lines Matching refs:Int
521 let Int = &TypeVar::new( in define_simd_arithmetic() localVariable
538 .operands_in(vec![Operand::new("x", Int), Operand::new("y", Int)]) in define_simd_arithmetic()
539 .operands_out(vec![Operand::new("a", Int)]), in define_simd_arithmetic()
550 .operands_in(vec![Operand::new("x", Int), Operand::new("y", Int)]) in define_simd_arithmetic()
551 .operands_out(vec![Operand::new("a", Int)]), in define_simd_arithmetic()
562 .operands_in(vec![Operand::new("x", Int), Operand::new("y", Int)]) in define_simd_arithmetic()
563 .operands_out(vec![Operand::new("a", Int)]), in define_simd_arithmetic()
574 .operands_in(vec![Operand::new("x", Int), Operand::new("y", Int)]) in define_simd_arithmetic()
575 .operands_out(vec![Operand::new("a", Int)]), in define_simd_arithmetic()
682 let i8: &TypeVar = &ValueType::from(LaneType::from(types::Int::I8)).into(); in define()
689 let Int = &TypeVar::new( in define() localVariable
1766 Operand::new("x", Int), in define()
1767 Operand::new("y", Int), in define()
1769 .operands_out(vec![Operand::new("a", &Int.as_truthy())]), in define()
1805 .operands_in(vec![Operand::new("x", Int), Operand::new("y", Int)]) in define()
1806 .operands_out(vec![Operand::new("a", Int)]), in define()
1820 .operands_in(vec![Operand::new("x", Int), Operand::new("y", Int)]) in define()
1821 .operands_out(vec![Operand::new("a", Int)]), in define()
1832 .operands_in(vec![Operand::new("x", Int)]) in define()
1833 .operands_out(vec![Operand::new("a", Int)]), in define()
1844 .operands_in(vec![Operand::new("x", Int)]) in define()
1845 .operands_out(vec![Operand::new("a", Int)]), in define()
1861 .operands_in(vec![Operand::new("x", Int), Operand::new("y", Int)]) in define()
1862 .operands_out(vec![Operand::new("a", Int)]), in define()
1876 .operands_in(vec![Operand::new("x", Int), Operand::new("y", Int)]) in define()
1877 .operands_out(vec![Operand::new("a", Int)]), in define()
1891 .operands_in(vec![Operand::new("x", Int), Operand::new("y", Int)]) in define()
1892 .operands_out(vec![Operand::new("a", Int)]), in define()
2522 Operand::new("x", Int).with_doc("Scalar or vector value to shift"), in define()
2525 .operands_out(vec![Operand::new("a", Int)]), in define()
2539 Operand::new("x", Int).with_doc("Scalar or vector value to shift"), in define()
2542 .operands_out(vec![Operand::new("a", Int)]), in define()
2556 Operand::new("x", Int).with_doc("Scalar or vector value to shift"), in define()
2559 .operands_out(vec![Operand::new("a", Int)]), in define()
2573 Operand::new("x", Int).with_doc("Scalar or vector value to shift"), in define()
2576 .operands_out(vec![Operand::new("a", Int)]), in define()
2598 Operand::new("x", Int).with_doc("Scalar or vector value to shift"), in define()
2601 .operands_out(vec![Operand::new("a", Int)]), in define()
2624 Operand::new("x", Int).with_doc("Scalar or vector value to shift"), in define()
2627 .operands_out(vec![Operand::new("a", Int)]), in define()
2643 Operand::new("x", Int).with_doc("Scalar or vector value to shift"), in define()
2646 .operands_out(vec![Operand::new("a", Int)]), in define()
2660 Operand::new("x", Int).with_doc("Scalar or vector value to shift"), in define()
2663 .operands_out(vec![Operand::new("a", Int)]), in define()
2677 Operand::new("x", Int).with_doc("Scalar or vector value to shift"), in define()
2680 .operands_out(vec![Operand::new("a", Int)]), in define()
2694 Operand::new("x", Int).with_doc("Scalar or vector value to shift"), in define()
2697 .operands_out(vec![Operand::new("a", Int)]), in define()
2786 .operands_in(vec![Operand::new("x", Int)]) in define()
2787 .operands_out(vec![Operand::new("a", Int)]), in define()
3193 let Int = &TypeVar::new( in define() localVariable
3211 Operand::new("x", &Int.wider()) in define()
3214 .operands_out(vec![Operand::new("a", Int)]), in define()
3420 .operands_in(vec![Operand::new("x", &Int.narrower()).with_doc( in define()
3423 .operands_out(vec![Operand::new("a", Int)]), in define()
3442 .operands_in(vec![Operand::new("x", &Int.narrower()).with_doc( in define()
3445 .operands_out(vec![Operand::new("a", Int)]), in define()
3654 let Int = &TypeVar::new( in define() localVariable
3685 .operands_in(vec![Operand::new("x", Int)]) in define()
3702 .operands_in(vec![Operand::new("x", Int)]) in define()