Home
last modified time | relevance | path

Searched refs:u128_type (Results 1 – 24 of 24) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dcontext.rs65 pub u128_type: Type<'gcc>, field
135 …let u128_type = context.new_c_type(CType::UInt128t).get_aligned(8); // TODO(antoyo): should the al… in new() localVariable
192 u128_type, in new()
H A Dtype_.rs56 self.u128_type in type_u128()
H A Dcommon.rs352 cx.u128_type in to_unsigned()
H A Dbuilder.rs772 if ty == self.cx.u128_type || ty == self.cx.i128_type { in alloca()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/lint/
H A Dlint-ctypes.rs59 pub fn u128_type(p: u128); //~ ERROR uses type `u128` in u128_type() function
H A Dlint-ctypes-fn.rs98 pub extern "C" fn u128_type(p: u128) { } in u128_type() function
H A Dlint-ctypes-fn.stderr68 LL | pub extern "C" fn u128_type(p: u128) { }
H A Dlint-ctypes.stderr99 LL | pub fn u128_type(p: u128);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dvalue-range.cc2121 #define UINT128(N) build_int_cstu (u128_type, (N))
2321 tree u128_type = build_nonstandard_integer_type (128, /*unsigned=*/1); in range_tests_misc() local
2361 tree high = build_minus_one_cst (u128_type); in range_tests_misc()
2363 tree low = fold_build2 (MINUS_EXPR, u128_type, high, UINT128(127)); in range_tests_misc()
2369 fold_build2 (MINUS_EXPR, u128_type, in range_tests_misc()
2370 build_minus_one_cst (u128_type), in range_tests_misc()
2396 r1 = int_range<1> (UINT128(6), build_minus_one_cst (u128_type)); in range_tests_misc()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dvalue-range.cc2121 #define UINT128(N) build_int_cstu (u128_type, (N))
2321 tree u128_type = build_nonstandard_integer_type (128, /*unsigned=*/1); in range_tests_misc() local
2361 tree high = build_minus_one_cst (u128_type); in range_tests_misc()
2363 tree low = fold_build2 (MINUS_EXPR, u128_type, high, UINT128(127)); in range_tests_misc()
2369 fold_build2 (MINUS_EXPR, u128_type, in range_tests_misc()
2370 build_minus_one_cst (u128_type), in range_tests_misc()
2396 r1 = int_range<1> (UINT128(6), build_minus_one_cst (u128_type)); in range_tests_misc()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dvalue-range.cc2121 #define UINT128(N) build_int_cstu (u128_type, (N))
2321 tree u128_type = build_nonstandard_integer_type (128, /*unsigned=*/1); in range_tests_misc() local
2361 tree high = build_minus_one_cst (u128_type); in range_tests_misc()
2363 tree low = fold_build2 (MINUS_EXPR, u128_type, high, UINT128(127)); in range_tests_misc()
2369 fold_build2 (MINUS_EXPR, u128_type, in range_tests_misc()
2370 build_minus_one_cst (u128_type), in range_tests_misc()
2396 r1 = int_range<1> (UINT128(6), build_minus_one_cst (u128_type)); in range_tests_misc()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dvalue-range.cc2172 #define UINT128(N) build_int_cstu (u128_type, (N))
2382 tree u128_type = build_nonstandard_integer_type (128, /*unsigned=*/1); in range_tests_misc() local
2422 tree high = build_minus_one_cst (u128_type); in range_tests_misc()
2424 tree low = fold_build2 (MINUS_EXPR, u128_type, high, UINT128(127)); in range_tests_misc()
2430 fold_build2 (MINUS_EXPR, u128_type, in range_tests_misc()
2431 build_minus_one_cst (u128_type), in range_tests_misc()
2457 r1 = int_range<1> (UINT128(6), build_minus_one_cst (u128_type)); in range_tests_misc()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Drange-op.cc2835 #define UINT128(N) build_int_cstu (u128_type, (N))
2844 tree u128_type = build_nonstandard_integer_type (128, /*unsigned=*/1); in range_tests() local
2859 tree high = build_minus_one_cst (u128_type); in range_tests()
2861 tree low = fold_build2 (MINUS_EXPR, u128_type, high, UINT128(127)); in range_tests()
2867 fold_build2 (MINUS_EXPR, u128_type, in range_tests()
2868 build_minus_one_cst (u128_type), in range_tests()
2896 r1 = value_range (UINT128(6), build_minus_one_cst (u128_type)); in range_tests()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Drange-op.cc2835 #define UINT128(N) build_int_cstu (u128_type, (N))
2844 tree u128_type = build_nonstandard_integer_type (128, /*unsigned=*/1); in range_tests() local
2859 tree high = build_minus_one_cst (u128_type); in range_tests()
2861 tree low = fold_build2 (MINUS_EXPR, u128_type, high, UINT128(127)); in range_tests()
2867 fold_build2 (MINUS_EXPR, u128_type, in range_tests()
2868 build_minus_one_cst (u128_type), in range_tests()
2896 r1 = value_range (UINT128(6), build_minus_one_cst (u128_type)); in range_tests()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Drange-op.cc2835 #define UINT128(N) build_int_cstu (u128_type, (N))
2844 tree u128_type = build_nonstandard_integer_type (128, /*unsigned=*/1); in range_tests() local
2859 tree high = build_minus_one_cst (u128_type); in range_tests()
2861 tree low = fold_build2 (MINUS_EXPR, u128_type, high, UINT128(127)); in range_tests()
2867 fold_build2 (MINUS_EXPR, u128_type, in range_tests()
2868 build_minus_one_cst (u128_type), in range_tests()
2896 r1 = value_range (UINT128(6), build_minus_one_cst (u128_type)); in range_tests()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/
H A DReadme.md134 …rt them by using `let i128_type = context.new_type::<i64>();` in `context.rs` (same for u128_type).
/dports/lang/zig-devel/zig-0.9.0/src/
H A Dvalue.zig34 u128_type,
190 .u128_type,
381 .u128_type,
611 .u128_type => return out_stream.writeAll("u128"),
790 .u128_type => Type.initTag(.u128),
H A DZir.zig1618 u128_type,
1740 .u128_type = .{
1742 .val = Value.initTag(.u128_type),
H A DAstGen.zig7631 .{ "u128", .u128_type },
H A DSema.zig15012 .u128 => return .u128_type,
/dports/lang/zig/zig-0.9.0/src/
H A Dvalue.zig34 u128_type,
190 .u128_type,
381 .u128_type,
611 .u128_type => return out_stream.writeAll("u128"),
790 .u128_type => Type.initTag(.u128),
H A DZir.zig1618 u128_type,
1740 .u128_type = .{
1742 .val = Value.initTag(.u128_type),
H A DAstGen.zig7631 .{ "u128", .u128_type },
H A DSema.zig15012 .u128 => return .u128_type,