Home
last modified time | relevance | path

Searched refs:I128 (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dargs-09.ll4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-I128-1
5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-I128-2
15 ; is hard-coded in the I128 tests.
28 ; CHECK-I128-1-LABEL: foo:
29 ; CHECK-I128-1: aghi %r15, -232
30 ; CHECK-I128-1-DAG: mvghi 200(%r15), 0
31 ; CHECK-I128-1-DAG: mvghi 208(%r15), 0
32 ; CHECK-I128-1: brasl %r14, bar@PLT
34 ; CHECK-I128-2-LABEL: foo:
35 ; CHECK-I128-2: aghi %r15, -232
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dargs-09.ll4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-I128-1
5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-I128-2
15 ; is hard-coded in the I128 tests.
28 ; CHECK-I128-1-LABEL: foo:
29 ; CHECK-I128-1: aghi %r15, -232
30 ; CHECK-I128-1-DAG: mvghi 200(%r15), 0
31 ; CHECK-I128-1-DAG: mvghi 208(%r15), 0
32 ; CHECK-I128-1: brasl %r14, bar@PLT
34 ; CHECK-I128-2-LABEL: foo:
35 ; CHECK-I128-2: aghi %r15, -232
[all …]
/external/rust/crates/bindgen/src/ir/
Dint.rs73 I128, enumerator
100 I128 => true, in is_signed()
118 I128 | U128 => 16, in known_size()
Dcontext.rs1948 CXType_Int128 => TypeKind::Int(IntKind::I128), in build_builtin_ty()
/external/libxkbcommon/test/data/keycodes/
Devdev192 <I128> = 128; // #define KEY_SCALE 120
Devdev-xkbcommon408 alias <I128> = <SCALE>;
/external/libxkbcommon/test/data/keymaps/
Dno-types.xkb123 <I128> = 128;
906 key <I128> { [ XF86LaunchA ] };
Dno-aliases.xkb123 <I128> = 128;
1216 key <I128> { [ XF86LaunchA ] };
Dunbound-vmod.xkb123 <I128> = 128;
1414 key <I128> { [ XF86LaunchA ] };
Dcomprehensive-plus-geom.xkb123 <I128> = 128;
1345 key <I128> { [ XF86LaunchA ] };
Dhost.xkb123 <I128> = 128;
1555 key <I128> { [ XF86LaunchA ] };
Dsyntax-error.xkb123 <I128> = 128;
1346 key <I128> { [ XF86LaunchA ] };
Dstringcomp.data123 <I128> = 128;
1800 key <I128> { [ XF86LaunchA ] };
/external/rust/crates/syn/tests/common/
Deq.rs366 spanless_eq_enum!(IntTy; Isize I8 I16 I32 I64 I128);
/external/libxkbcommon/test/data/symbols/
Dinet124 key <I128> { [ XF86LaunchA ] };
/external/rust/crates/bindgen/src/codegen/
Dmod.rs3513 IntKind::I128 => { in try_to_rust_ty()