Home
last modified time | relevance | path

Searched refs:foo8 (Results 1 – 25 of 44) sorted by relevance

12

/external/v8/test/mjsunit/
Dobject-literal-overwrite.js73 function foo8(i) { function
89 assertEquals(7, foo8(1));
90 assertEquals(7, foo8(1));
91 %OptimizeFunctionOnNextCall(foo8);
92 assertEquals(7, foo8(1));
/external/llvm/test/CodeGen/MSP430/
Dbit.ll5 @foo8 = external global i8
36 %t1 = load i8, i8* @foo8
43 ; CHECK: bit.b #15, &foo8
46 %t1 = load i8, i8* @foo8
53 ; CHECK: bit.b #15, &foo8
56 %t1 = load i8, i8* @foo8
63 ; CHECK: bit.b &foo8, r15
66 %t1 = load i8, i8* @foo8
73 ; CHECK: bit.b r15, &foo8
76 %t1 = load i8, i8* @foo8
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dsdiv-pow2.ll20 define i64 @foo8(i64 %a) #0 {
25 ; CHECK-LABEL: @foo8
30 ; CHECK-32-LABEL: @foo8
/external/clang/test/CodeGen/
Dmips64-padding-arg.c51 extern void foo8(float, double);
54 foo8(a0 + 1.0f, a1 + 2.0); in foo7()
Dstdcall-fastcall.c110 void __attribute__((fastcall)) foo8(struct S1 a, int b);
114 foo8(a, b); in bar8()
Dmangle.c52 float foo8 __asm__("foo7") = 42;
Darm-aapcs-zerolength-bitfield.c227 short foo8: 16; member
/external/llvm/test/MC/ELF/
Dweakref.s32 .weakref foo8, bar8
33 .long foo8
Dtls-i386.s12 .long foo8@NTPOFF
/external/llvm/test/CodeGen/X86/
D2011-12-28-vselecti8.ll16 ; CHECK-LABEL: foo8
21 define void @foo8(float* nocapture %RET) nounwind {
Dvararg_tailcall.ll82 ; X64: @foo8
84 ; WIN64: @foo8
86 define i8* @foo8(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
Dh-register-addressing-64.ll5 define double @foo8(double* nocapture inreg %p, i64 inreg %x) nounwind readonly {
12 ; CHECK: foo8:
Dh-register-addressing-32.ll5 define double @foo8(double* nocapture inreg %p, i32 inreg %x) nounwind readonly {
12 ; CHECK: foo8:
/external/clang/test/Driver/
Dat_file.c28 foo8
Dat_file.c.args.utf16le7 -Dfoo8=foo8"bar8"zed8
Dat_file.c.args7 -Dfoo8=foo8"bar8"zed8
/external/clang/test/Sema/
Darm-interrupt-attr.c14 __attribute__((interrupt)) void foo8() {} in foo8() function
Dmips-interrupt-attr.c15 __attribute__((interrupt("vector=hw3"))) void foo8() {} in foo8() function
/external/clang/test/SemaCXX/
Ddcl_ambig_res.cpp72 int foo8() { in foo8() function
/external/clang/test/PCH/
Docl_types.cl24 void foo8(evt_t evt) {
/external/llvm/test/CodeGen/NVPTX/
Dload-with-non-coherent-cache.ll80 ; SM20-LABEL: .visible .entry foo8(
82 ; SM35-LABEL: .visible .entry foo8(
84 define void @foo8(<2 x i16> * noalias readonly %from, <2 x i16> * %to) {
253 !8 = !{void (<2 x i16> *, <2 x i16> *)* @foo8, !"kernel", i32 1}
/external/llvm/test/CodeGen/ARM/
Dfptoint.ll36 define void @foo8(double %x) {
/external/clang/test/Parser/
Dcxx-template-argument.cpp100 template<class T1, typename T2> struct foo8 : struct
/external/llvm/test/CodeGen/Mips/
Dbrdelayslot.ll93 ; STATICO1-LABEL: foo8:
99 define i32 @foo8(i32 %a) nounwind {
/external/clang/test/SemaOpenCL/
Damdgpu-num-register-attrs.cl17 __attribute__((amdgpu_num_sgpr(64))) kernel void foo8() {}

12