/external/llvm/test/CodeGen/X86/ |
D | br-fold.ll | 6 ; X64_DARWIN: orq 9 ; X64_LINUX: orq %rax, %rcx 12 ; X64_WINDOWS: orq %rax, %rcx 15 ; X64_WINDOWS_GNU: orq %rax, %rcx
|
D | select.ll | 143 ; CHECK: orq %rsi, %rax 149 ; ATOM: orq %rsi, %rax 161 ; CHECK: orq %rsi, %rax 167 ; ATOM: orq %rsi, %rax 179 ; CHECK: orq %rsi, %rax 185 ; ATOM: orq %rsi, %rax 197 ; CHECK: orq $1, %rax 203 ; ATOM: orq $1, %rax 217 ; CHECK: orq %rsi, %rax 224 ; ATOM: orq %rsi, %rax [all …]
|
D | atom-bypass-slow-division-64.ll | 10 ; CHECK: orq %rsi, %rax 24 ; CHECK: orq %rsi, %rax 38 ; CHECK: orq %rsi, %rax
|
D | atomic-or.ll | 13 ; CHECK-NEXT: orq %r{{.*}}, (%r{{.*}}) 25 ; CHECK-NEXT: orq $2147483644, (%r{{.*}})
|
D | narrow-shl-cst.ll | 63 ; CHECK: orq $241 72 ; CHECK: orq $31 81 ; CHECK: orq $241
|
D | atomic64.ll | 66 ; X64: orq $3 68 ; X64: orq 73 ; X64: orq
|
D | andimm8.ll | 12 ; CHECK: orq $2, %rdi # encoding: [0x48,0x83,0xcf,0x02]
|
D | uint64-to-float.ll | 16 ; CHECK-NEXT: orq
|
D | lock-inst-encoding.ll | 31 ; CHECK: orq %{{.*}}, ({{.*}}){{.*}}encoding: [0xf0,0x48,0x09,0x37]
|
D | x86-64-double-precision-shift-right.ll | 67 ; CHECK-NEXT: orq {{.*}}, {{.*}}
|
D | 3addr-or.ll | 17 ; CHECK-NOT: orq
|
D | commute-two-addr.ll | 42 ; DARWIN-NEXT: orq %rcx, %rax
|
D | atomic128.ll | 52 ; CHECK: orq %rsi, %rbx 54 ; CHECK: orq [[INCHI]], %rcx
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
D | ghash-x86_64.S | 119 orq %r10,%rax 131 orq %r10,%rbx 143 orq %r10,%rax 155 orq %r10,%rbx 167 orq %r10,%rax 179 orq %r10,%rbx 191 orq %r10,%rax 203 orq %r10,%rbx 215 orq %r10,%rax 227 orq %r10,%rbx [all …]
|
/external/openssl/crypto/modes/asm/ |
D | ghash-x86_64.S | 119 orq %r10,%rax 131 orq %r10,%rbx 143 orq %r10,%rax 155 orq %r10,%rbx 167 orq %r10,%rax 179 orq %r10,%rbx 191 orq %r10,%rax 203 orq %r10,%rbx 215 orq %r10,%rax 227 orq %r10,%rbx [all …]
|
/external/compiler-rt/lib/builtins/x86_64/ |
D | floatundisf.S | 33 orq %rsi, %rdi
|
D | floatundidf.S | 42 orq REL_ADDR(twop84), %rdi // 0x1p84 + a_hi (no rounding occurs)
|
/external/chromium_org/v8/test/cctest/ |
D | test-disasm-x64.cc | 60 __ orq(rax, Immediate(12345678)); in TEST() local 103 __ orq(rdx, Immediate(3)); in TEST() local 179 __ orq(rdx, Immediate(12345)); in TEST() local 180 __ orq(rdx, Operand(rbx, rcx, times_4, 10000)); in TEST() local 214 __ orq(rbx, Immediate(12345)); in TEST() local
|
/external/openssl/crypto/ |
D | x86_64cpuid.S | 31 orq %rdx,%rax 152 orq %r9,%rax
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
D | x86_64cpuid.S | 31 orq %rdx,%rax 152 orq %r9,%rax
|
/external/openssl/crypto/bn/asm/ |
D | x86_64-mont.S | 188 orq %rcx,%rsi 574 orq %rcx,%rsi 957 orq %r10,%r13 974 orq %r10,%r8 995 orq %r10,%r13 1012 orq %r10,%r8 1029 orq %r10,%r13 1046 orq %r10,%r8 1065 orq %r10,%r13 1082 orq %r10,%r8 [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
D | x86_64-mont.S | 188 orq %rcx,%rsi 574 orq %rcx,%rsi 957 orq %r10,%r13 974 orq %r10,%r8 995 orq %r10,%r13 1012 orq %r10,%r8 1029 orq %r10,%r13 1046 orq %r10,%r8 1065 orq %r10,%r13 1082 orq %r10,%r8 [all …]
|
/external/llvm/test/MC/ELF/ |
D | relax-arith.s | 51 orq $foo, bar
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syscall-amd64-linux.S | 181 orq $0x8000, %rax
|
/external/valgrind/main/none/tests/amd64/ |
D | amd64locked.c | 284 GEN_do_locked_G_E(orq, rax) in GEN_do_locked_G_E() 382 GEN_do_locked_imm_E(orq,rax,0x7D) 383 GEN_do_locked_imm_E(orq,rax,0x31415927)
|