Home
last modified time | relevance | path

Searched refs:s128 (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_value.h22 __extension__ typedef __int128 s128; typedef
33 typedef s128 SIntMax;
Dubsan_value.cc36 return *reinterpret_cast<s128*>(Val); in getSIntValue()
/external/llvm/test/CodeGen/AMDGPU/
Dinline-constraints.ll20 …%s128 = tail call <4 x i32> asm sideeffect "s_load_dwordx4 $0, $1", "=s,s"(i32 addrspace(1)* %ptr)
/external/elfutils/libdw/
Ddwarf_getsrclines.c437 int s128; in read_srclines() local
629 get_sleb128 (s128, linep, lineendp); in read_srclines()
630 state.line += s128; in read_srclines()
/external/llvm/test/CodeGen/ARM/
D2013-04-18-load-overlap-PR14824.ll31 %s128 = insertelement <8 x i64> %s127, i64 %data.i.i677.32.extract.trunc, i32 5
32 %s129 = insertelement <8 x i64> %s128, i64 %data.i.i677.16.extract.trunc, i32 6
/external/elfutils/src/
Dreadelf.c6706 int s128; in print_debug_line_section() local
6863 get_sleb128 (s128, linep, lineendp); in print_debug_line_section()
6864 line += s128; in print_debug_line_section()
6867 s128, (int64_t) line); in print_debug_line_section()