HomeSort by relevance Sort by last modified time
    Searched full:cbe (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Makefile 15 %.cbe.out: %.cbe.nat
  /external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
2004-11-13-FunctionPointerCast.ll 1 ; The CBE should not emit code that casts the function pointer. This causes
2004-02-15-PreexistingExternals.ll 4 ; this testcase for example, which caused the CBE to mangle one, screwing
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/
Pv660D02.dec 25 PACKAGE_GUID = 54392E0D-972B-459D-8CBE-DB381E7D1B98
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformCmosLib/
PlatformCmosLib.inf 29 FILE_GUID = ECA883EF-0CBE-40b6-84BC-FA4A709782F7
  /external/swiftshader/third_party/LLVM/utils/
llvm-native-gcc 3 # LLVM back-end (CBE by default).
10 $Backend = 'cbe';
111 if ($Backend eq 'cbe') {
146 if ($Backend eq 'cbe') {
147 $GeneratedCode = "${OutputFile}.cbe.c";
196 an LLVM back-end (CBE by default) over the resulting bitcode, and then
llvm-native-gxx 3 # LLVM back-end (CBE by default).
10 $Backend = 'cbe';
111 if ($Backend eq 'cbe') {
146 if ($Backend eq 'cbe') {
147 $GeneratedCode = "${OutputFile}.cbe.c";
196 an LLVM back-end (CBE by default) over the resulting bitcode, and then
NightlyTestTemplate.html 155 Execution time for CBE generated executable
200 <li><a name="CBE">CBE</a> - The time taken to execute the program after
209 <li><a name="GCC/CBE">GCC/CBE</a> - The speed-up of the CBE output vs the native
importNLT.pl 26 $mc, $gcc, $cbe, $llc, $llcbeta, $jit, $foo1, $foo2, $foo3) = split " ", $d;
NightlyTest.gnuplot 29 ##------- Olden CBE performance ----
35 set ylabel "CBE compiled execution time (s)"
  /external/llvm/utils/
llvm-native-gxx 3 # LLVM back-end (CBE by default).
10 $Backend = 'cbe';
111 if ($Backend eq 'cbe') {
146 if ($Backend eq 'cbe') {
147 $GeneratedCode = "${OutputFile}.cbe.c";
196 an LLVM back-end (CBE by default) over the resulting bitcode, and then
  /external/libjpeg-turbo/simd/
jdcolext-mmx.asm 109 pand mm4,mm5 ; mm4=Cb(0246)=CbE
129 movq mm2,mm4 ; mm2=CbE
131 paddw mm4,mm4 ; mm4=2*CbE
138 pmulhw mm4,[GOTOFF(eax,PW_MF0228)] ; mm4=(2*CbE * -FIX(0.22800))
145 psraw mm4,1 ; mm4=(CbE * -FIX(0.22800))
154 paddw mm4,mm2 ; mm4=(CbE * FIX(1.77200))=(B-Y)E
182 packssdw mm2,mm4 ; mm2=CbE*-FIX(0.344)+CrE*FIX(0.285)
184 psubw mm2,mm6 ; mm2=CbE*-FIX(0.344)+CrE*-FIX(0.714)=(G-Y)E
jdcolext-sse2-64.asm 98 pand xmm4,xmm5 ; xmm4=Cb(02468ACE)=CbE
118 movdqa xmm2,xmm4 ; xmm2=CbE
120 paddw xmm4,xmm4 ; xmm4=2*CbE
127 pmulhw xmm4,[rel PW_MF0228] ; xmm4=(2*CbE * -FIX(0.22800))
134 psraw xmm4,1 ; xmm4=(CbE * -FIX(0.22800))
143 paddw xmm4,xmm2 ; xmm4=(CbE * FIX(1.77200))=(B-Y)E
171 packssdw xmm2,xmm4 ; xmm2=CbE*-FIX(0.344)+CrE*FIX(0.285)
173 psubw xmm2,xmm6 ; xmm2=CbE*-FIX(0.344)+CrE*-FIX(0.714)=(G-Y)E
jdcolext-sse2.asm 110 pand xmm4,xmm5 ; xmm4=Cb(02468ACE)=CbE
130 movdqa xmm2,xmm4 ; xmm2=CbE
132 paddw xmm4,xmm4 ; xmm4=2*CbE
139 pmulhw xmm4,[GOTOFF(eax,PW_MF0228)] ; xmm4=(2*CbE * -FIX(0.22800))
146 psraw xmm4,1 ; xmm4=(CbE * -FIX(0.22800))
155 paddw xmm4,xmm2 ; xmm4=(CbE * FIX(1.77200))=(B-Y)E
183 packssdw xmm2,xmm4 ; xmm2=CbE*-FIX(0.344)+CrE*FIX(0.285)
185 psubw xmm2,xmm6 ; xmm2=CbE*-FIX(0.344)+CrE*-FIX(0.714)=(G-Y)E
  /external/llvm/utils/release/
findRegressions-nightly.py 6 test = ['compile', 'llc', 'jit', 'cbe']
7 exectime = ['llc-time', 'jit-time', 'cbe-time',]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 1236 const struct callback_ent *cbe = findCallback(*iter); local
1252 const struct callback_ent *cbe = findCallback(*iter); local
1270 const struct callback_ent *cbe = findCallback(*iter); local
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExecutionDriver.cpp 51 clEnumValN(RunCBE, "run-cbe", "Compile with CBE"),
52 clEnumValN(CBE_bug,"cbe-bug", "Find CBE bugs"),
67 clEnumValN(RunCBE, "safe-run-cbe", "Compile with CBE"),
227 // In "cbe-bug" mode, default to using LLC as the "safe" backend.
250 // LLC backends share a lot of code, so prefer to use the CBE as the
465 << " debug it (for example with the -run-cbe bugpoint option,"
466 << " if CBE is being used as the \"safe\" backend), or fix the"
    [all...]
ToolRunner.h 33 class CBE;
90 static CBE *createCBE(const char *Argv0, std::string &Message,
154 // CBE Implementation of AbstractIntepreter interface
156 class CBE : public AbstractInterpreter {
161 CBE(const sys::Path &llcPath, GCC *Gcc,
167 ~CBE() { delete gcc; }
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
bugpoint.pod 126 =item B<--run-{int,jit,llc,cbe,custom}>
133 =item B<--safe-{llc,cbe,custom}>
168 B<--safe-{int,jit,llc,cbe,custom}>
llvm-ld.pod 66 using the B<-native> or B<-native-cbe> options. Native code generation is
150 =item B<-native-cbe>
  /external/tcpdump/tests/
kday2.out 7 0x0040: b600 0000 b600 0000 40b5 9cbe 3048 0cc4
kday5.out 7 0x0040: b600 0000 b600 0000 40b5 9cbe 3048 0cc4
kday8.out 7 0x0040: b600 0000 b600 0000 40b5 9cbe 3048 0cc4
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
splet.s 152 cbe stop
154 cbe,a stop
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 2683 milliseconds

1 2 3 4 5 6