/external/llvm/test/CodeGen/X86/ |
D | select.ll | 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -mcpu=atom | FileCheck -check-prefix=ATOM %s 17 ; ATOM-LABEL: test1: 18 ; ATOM: cmovneq %rdi, %rsi 19 ; ATOM: movl (%rsi), %eax 40 ; ATOM-LABEL: test2: 41 ; ATOM: cmovnew 42 ; ATOM: cwtl 57 ; ATOM-LABEL: test3: 58 ; ATOM: movss {{.*}},4), %xmm0 71 ; ATOM-LABEL: test4: [all …]
|
D | atom-lea-sp.ll | 1 ; RUN: llc < %s -mcpu=atom -mtriple=i686-linux | FileCheck -check-prefix=ATOM %s 8 ; ATOM-LABEL: test1: 9 ; ATOM: leal -1052(%esp), %esp 10 ; ATOM-NOT: sub 11 ; ATOM: call 12 ; ATOM: leal 1052(%esp), %esp 25 ; ATOM-LABEL: test2: 26 ; ATOM: leal -28(%esp), %esp 27 ; ATOM: call 28 ; ATOM: leal 28(%esp), %esp [all …]
|
D | fast-isel-mem.ll | 2 ; RUN: llc < %s -fast-isel -mtriple=i386-apple-darwin -mcpu=atom | FileCheck -check-prefix=ATOM %s 22 ; ATOM: loadgv: 23 ; ATOM: movl L_src$non_lazy_ptr, %ecx 24 ; ATOM: movl (%ecx), %eax 25 ; ATOM: addl (%ecx), %eax 26 ; ATOM: movl %eax, (%ecx) 27 ; ATOM: ret 42 ; ATOM: _t: 43 ; ATOM: movl L_LotsStuff$non_lazy_ptr, %e{{..}} 44 ; ATOM: movl $0, %e{{..}}
|
D | lsr-static-addr.ll | 2 …nknown-linux-gnu -relocation-model=static -asm-verbose=false < %s | FileCheck -check-prefix=ATOM %s 14 ; ATOM: xorl %eax, %eax 15 ; ATOM: movsd .LCPI0_0(%rip), %xmm0 16 ; ATOM: align 17 ; ATOM-NEXT: BB0_2: 18 ; ATOM-NEXT: movsd A(,%rax,8) 19 ; ATOM-NEXT: mulsd 20 ; ATOM-NEXT: movsd 21 ; ATOM-NEXT: leaq 1(%rax), %rax
|
D | atom-call-reg-indirect.ll | 2 ; RUN: llc < %s -mcpu=core2 -mtriple=i686-linux | FileCheck -check-prefix=ATOM-NOT32 %s 4 ; RUN: llc < %s -mcpu=core2 -mtriple=x86_64-linux | FileCheck -check-prefix=ATOM-NOT64 %s 13 ;ATOM-LABEL: test1: 21 ;ATOM-NOT32: calll *(%ecx) 24 ;ATOM-NOT64: callq *(%rcx) 39 ;ATOM-LABEL: test2: 45 ;ATOM-NOT: calll *(%eax) 48 ;ATOM-NOT64: callq *(%rax)
|
D | phys-reg-local-regalloc.ll | 3 …i386-apple-darwin9 -mcpu=atom -regalloc=fast -optimize-regalloc=0 | FileCheck -check-prefix=ATOM %s 22 ; ATOM: movl 24(%esp), %eax 23 ; ATOM: movl 24 ; ATOM: movl %eax, 36(%esp) 25 ; ATOM-NOT: movl 26 ; ATOM: movl 28(%esp), %ebx 27 ; ATOM-NOT: movl 28 ; ATOM: movl %ebx, 40(%esp) 29 ; ATOM-NOT: movl 30 ; ATOM: addl %ebx, %eax
|
D | vec_shuffle-26.ll | 2 ; RUN: llc < %s -march=x86 -mcpu=atom | FileCheck -check-prefix=ATOM %s 22 ; ATOM: transpose2 23 ; ATOM: unpckhps 24 ; ATOM: unpckhps 25 ; ATOM: unpckhps 26 ; ATOM: unpcklps 48 ; ATOM: lo_hi_shift 49 ; ATOM: movhps ([[BASEREG:%[a-z]+]]), 50 ; ATOM: movd %xmm{{[0-9]+}}, {{[0-9]*}}([[BASEREG]]) 51 ; ATOM: movd %xmm{{[0-9]+}}, {{[0-9]*}}([[BASEREG]])
|
D | full-lsr.ll | 2 ; RUN: llc < %s -march=x86 -mcpu=atom | FileCheck -check-prefix=ATOM %s 5 ; ATOM: foo 6 ; ATOM: addl 7 ; ATOM: addl 8 ; ATOM: leal
|
D | v-binop-widen2.ll | 2 ; RUN: llc -march=x86 -mcpu=atom -mattr=+sse < %s | FileCheck -check-prefix=ATOM %s 10 ; ATOM: divps 11 ; ATOM: divss 12 ; ATOM: divss
|
D | lsr-loop-exit-cond.ll | 2 ; RUN: llc -mtriple=x86_64-darwin -mcpu=atom < %s | FileCheck -check-prefix=ATOM %s 9 ; ATOM-LABEL: t: 10 ; ATOM: movl (%r9,%r{{.+}},4), %e{{..}} 11 ; ATOM-NEXT: decq 12 ; ATOM-NEXT: jne 158 ; ATOM-LABEL: f: 159 ; ATOM: %for.body 160 ; ATOM: incl [[IV:%e..]] 161 ; ATOM: cmpl $1, [[IV]] 162 ; ATOM: jne [all …]
|
D | widen_cast-1.ll | 2 ; RUN: llc -march=x86 -mcpu=atom < %s | FileCheck -check-prefix=ATOM %s 9 ; ATOM: movl 10 ; ATOM: paddd 11 ; ATOM: movlpd
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_ioctl.h | 85 #define R200_STATECHANGE( rmesa, ATOM ) \ argument 88 rmesa->hw.ATOM.dirty = GL_TRUE; \ 92 #define R200_SET_STATE( rmesa, ATOM, index, newvalue ) \ argument 96 if (__dword != (rmesa)->hw.ATOM.cmd[__index]) { \ 97 R200_STATECHANGE( (rmesa), ATOM ); \ 98 (rmesa)->hw.ATOM.cmd[__index] = __dword; \ 102 #define R200_DB_STATE( ATOM ) \ argument 103 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \ 104 rmesa->hw.ATOM.cmd_size * 4)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | r200_ioctl.h | 85 #define R200_STATECHANGE( rmesa, ATOM ) \ argument 88 rmesa->hw.ATOM.dirty = GL_TRUE; \ 92 #define R200_SET_STATE( rmesa, ATOM, index, newvalue ) \ argument 96 if (__dword != (rmesa)->hw.ATOM.cmd[__index]) { \ 97 R200_STATECHANGE( (rmesa), ATOM ); \ 98 (rmesa)->hw.ATOM.cmd[__index] = __dword; \ 102 #define R200_DB_STATE( ATOM ) \ argument 103 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \ 104 rmesa->hw.ATOM.cmd_size * 4)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_ioctl.h | 102 #define RADEON_STATECHANGE( rmesa, ATOM ) \ argument 105 rmesa->hw.ATOM.dirty = GL_TRUE; \ 109 #define RADEON_DB_STATE( ATOM ) \ argument 110 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \ 111 rmesa->hw.ATOM.cmd_size * 4)
|
D | radeon_state_init.c | 514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \ in radeonInitState() argument 516 rmesa->hw.ATOM.cmd_size = SZ; \ in radeonInitState() 517 rmesa->hw.ATOM.cmd = (GLuint *)CALLOC(SZ * sizeof(int)); \ in radeonInitState() 518 rmesa->hw.ATOM.lastcmd = (GLuint *)CALLOC(SZ * sizeof(int)); \ in radeonInitState() 519 rmesa->hw.ATOM.name = NM; \ in radeonInitState() 520 rmesa->hw.ATOM.is_tcl = FLAG; \ in radeonInitState() 521 rmesa->hw.ATOM.check = check_##CHK; \ in radeonInitState() 522 rmesa->hw.ATOM.dirty = GL_TRUE; \ in radeonInitState() 523 rmesa->hw.ATOM.idx = IDX; \ in radeonInitState() 527 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \ in radeonInitState() argument [all …]
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_ioctl.h | 102 #define RADEON_STATECHANGE( rmesa, ATOM ) \ argument 105 rmesa->hw.ATOM.dirty = GL_TRUE; \ 109 #define RADEON_DB_STATE( ATOM ) \ argument 110 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \ 111 rmesa->hw.ATOM.cmd_size * 4)
|
D | radeon_state_init.c | 514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \ in radeonInitState() argument 516 rmesa->hw.ATOM.cmd_size = SZ; \ in radeonInitState() 517 rmesa->hw.ATOM.cmd = (GLuint *)CALLOC(SZ * sizeof(int)); \ in radeonInitState() 518 rmesa->hw.ATOM.lastcmd = (GLuint *)CALLOC(SZ * sizeof(int)); \ in radeonInitState() 519 rmesa->hw.ATOM.name = NM; \ in radeonInitState() 520 rmesa->hw.ATOM.is_tcl = FLAG; \ in radeonInitState() 521 rmesa->hw.ATOM.check = check_##CHK; \ in radeonInitState() 522 rmesa->hw.ATOM.dirty = GL_TRUE; \ in radeonInitState() 523 rmesa->hw.ATOM.idx = IDX; \ in radeonInitState() 527 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \ in radeonInitState() argument [all …]
|
/external/chromium_org/ui/gfx/win/ |
D | window_impl.cc | 58 ATOM RetrieveClassAtom(const ClassInfo& class_info); 65 ATOM atom, 75 ATOM atom; 115 ATOM ClassRegistrar::RetrieveClassAtom(const ClassInfo& class_info) { in RetrieveClassAtom() 141 ATOM atom = RegisterClassEx(&window_class); in RetrieveClassAtom() 152 ATOM atom, in RegisteredClass() 213 ATOM atom = GetWindowClassAtom(); in Init() 306 ATOM WindowImpl::GetWindowClassAtom() { in GetWindowClassAtom()
|
/external/chromium_org/sandbox/win/src/ |
D | process_mitigations_win32k_interception.h | 23 typedef ATOM (WINAPI *RegisterClassWFunction) (const WNDCLASS* wnd_class); 37 SANDBOX_INTERCEPT ATOM WINAPI TargetRegisterClassW(
|
D | process_mitigations_win32k_interception.cc | 22 ATOM WINAPI TargetRegisterClassW( in TargetRegisterClassW()
|
/external/regex-re2/re2/ |
D | prefilter_tree.cc | 44 case Prefilter::ATOM: in KeepPart() 146 if (node->op() == Prefilter::ATOM) { in NodeString() 200 if (node->op() == Prefilter::ATOM) { in AssignUniqueIds() 241 case Prefilter::ATOM: in AssignUniqueIds() 379 if (node->op() == Prefilter::ATOM) { in DebugNodeString()
|
/external/chromium_org/third_party/re2/re2/ |
D | prefilter_tree.cc | 49 case Prefilter::ATOM: in KeepPart() 153 if (node->op() == Prefilter::ATOM) { in NodeString() 207 if (node->op() == Prefilter::ATOM) { in AssignUniqueIds() 248 case Prefilter::ATOM: in AssignUniqueIds() 386 if (node->op() == Prefilter::ATOM) { in DebugNodeString()
|
/external/chromium_org/base/win/ |
D | message_window.cc | 24 ATOM atom() { return atom_; } in atom() 28 ATOM atom_;
|
/external/chromium_org/third_party/skia/src/views/win/ |
D | skia_win.cpp | 21 ATOM MyRegisterClass(HINSTANCE hInstance); 74 ATOM MyRegisterClass(HINSTANCE hInstance) in MyRegisterClass()
|
/external/skia/src/views/win/ |
D | skia_win.cpp | 21 ATOM MyRegisterClass(HINSTANCE hInstance); 74 ATOM MyRegisterClass(HINSTANCE hInstance) in MyRegisterClass()
|