Home
last modified time | relevance | path

Searched refs:sbyte (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/ARM/
DREADME.txt238 cast %struct.s* %S to sbyte* ; <sbyte*>:0 [#uses=2]
239 …call void %llvm.memcpy.i32( sbyte* %0, sbyte* cast ({ double, int }* %C.0.904 to sbyte*), uint 12,…
240 cast %struct.s* %agg.result to sbyte* ; <sbyte*>:1 [#uses=2]
241 call void %llvm.memcpy.i32( sbyte* %1, sbyte* %0, uint 12, uint 0 )
242 cast %struct.s* %memtmp to sbyte* ; <sbyte*>:2 [#uses=1]
243 call void %llvm.memcpy.i32( sbyte* %2, sbyte* %1, uint 12, uint 0 )
/external/llvm/test/CodeGen/Generic/
D2003-07-29-BadConstSbyte.ll6 ;; Global: %yy_ec = internal constant [256 x sbyte] ...
D2003-05-30-BadFoldGEP.ll5 ;; Function: int %OpenOutput(sbyte* %filename.1)
D2003-05-28-ManyArgs.ll5 ;; Function: int %main(int %argc.1, sbyte** %argv.1)
/external/llvm/test/Feature/
Dvarargs_new.ll15 ; Allocate two va_list items. On this target, va_list is of type sbyte*
/external/oprofile/opjitconv/
Ddebug_line.c35 typedef int8_t sbyte; typedef
98 sbyte line_base;
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebate.txt9 type ::= void|bool|sbyte|ubyte|short|ushort|int|uint|long|ulong
/external/llvm/test/Transforms/InstCombine/
Dcall.ll33 ; Resolving this should insert a cast from sbyte to int, following the C
Dcast.ll118 ; This just won't occur when there's no difference between ubyte and sbyte
120 ; %c = cast ubyte %A to sbyte
121 ; %X = setlt sbyte %c, 0 ; setgt %A, 127