Searched refs:sbyte (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | README.txt | 238 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/ |
D | 2003-07-29-BadConstSbyte.ll | 6 ;; Global: %yy_ec = internal constant [256 x sbyte] ...
|
D | 2003-05-30-BadFoldGEP.ll | 5 ;; Function: int %OpenOutput(sbyte* %filename.1)
|
D | 2003-05-28-ManyArgs.ll | 5 ;; Function: int %main(int %argc.1, sbyte** %argv.1)
|
/external/llvm/test/Feature/ |
D | varargs_new.ll | 15 ; Allocate two va_list items. On this target, va_list is of type sbyte*
|
/external/oprofile/opjitconv/ |
D | debug_line.c | 35 typedef int8_t sbyte; typedef 98 sbyte line_base;
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebate.txt | 9 type ::= void|bool|sbyte|ubyte|short|ushort|int|uint|long|ulong
|
/external/llvm/test/Transforms/InstCombine/ |
D | call.ll | 33 ; Resolving this should insert a cast from sbyte to int, following the C
|
D | cast.ll | 118 ; 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
|