Searched refs:orl (Results 1 – 25 of 72) sorted by relevance
123
/external/openssl/crypto/md5/asm/ |
D | md5-586.s | 500 orl %ebx,%edi 510 orl %eax,%edi 520 orl %edx,%edi 530 orl %ecx,%edi 540 orl %ebx,%edi 550 orl %eax,%edi 560 orl %edx,%edi 570 orl %ecx,%edi 580 orl %ebx,%edi 590 orl %eax,%edi [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | legalize-shift-64.ll | 26 ; CHECK: orl %esi, %edx 40 ; CHECK: orl %esi, %eax 54 ; CHECK: orl %esi, %eax
|
D | narrow_op-1.ll | 3 ; RUN: llc < %s -march=x86-64 | grep orl | count 1 4 ; RUN: llc < %s -march=x86-64 | grep orl | grep 16842752
|
D | atom-bypass-slow-division.ll | 5 ; CHECK: orl %ecx, %edx 18 ; CHECK: orl %ecx, %edx 31 ; CHECK: orl %ecx, %edx
|
D | 3addr-or.ll | 35 ; CHECK: orl $3, %edi 60 ; CHECK: orl
|
D | dag-rauw-cse.ll | 7 ; CHECK: orl $1
|
D | peep-test-3.ll | 4 ; LLVM should omit the testl and use the flags result from the orl. 12 ; CHECK: orl %e
|
D | brcond.ll | 49 ; CHECK-NEXT: orl 8(%esp), %eax 68 ; CHECK-NEXT: orl 8(%esp), %eax
|
D | switch-or.ll | 4 ; CHECK: orl $2
|
D | 2007-02-04-OrAddrMode.ll | 7 ; CHECK: orl $1, %{{.*}}
|
/external/openssl/crypto/sha/asm/ |
D | sha512-586.s | 224 orl %esi,%ecx 225 orl %edi,%edx 230 orl %esi,%ecx 231 orl %edi,%edx 399 orl %esi,%ecx 400 orl %edi,%edx 405 orl %esi,%ecx 406 orl %edi,%edx
|
D | sha256-586.s | 128 orl %esi,%eax 132 orl %ecx,%eax 189 orl %esi,%eax 193 orl %ecx,%eax
|
/external/compiler-rt/lib/i386/ |
D | udivdi3.S | 38 orl %eax, %ebx // 82 orl $0x80000000, %eax
|
D | umoddi3.S | 39 orl %eax, %ebx // 87 orl $0x80000000, %eax
|
D | moddi3.S | 66 orl %eax, %ebx // 118 orl $0x80000000, %eax
|
D | divdi3.S | 67 orl %eax, %ebx // 117 orl $0x80000000, %eax
|
/external/tremolo/Tremolo/ |
D | bitwise.c | 724 ogg_reference *or=NULL,*orl=NULL; in main() local 736 orl=ogg_buffer_extend(orl,64); in main() 738 or=orl=ogg_buffer_alloc(bs,64); in main() 740 orl->length=ilen; in main() 741 orl->begin=ibegin; in main() 744 orl->buffer->data[ibegin++]= flat[pos++]; in main()
|
/external/quake/quake/src/WinQuake/ |
D | surf8.s | 94 orl $0xF0000000,%ebp 102 orl $0xF0000000,%ebx 320 orl $0x70000000,%ebp 328 orl $0xF0000000,%ebx 490 orl $0x30000000,%ebp 499 orl $0xF0000000,%ebx 639 orl $0xF0000000,%ebx
|
D | dosasm.s | 32 orl $0xC0,%eax
|
D | d_draw.s | 872 orl %esi,%eax 885 orl %esi,%eax 893 orl %esi,%ebp 987 orl %esi,%eax 1000 orl %esi,%eax 1008 orl %esi,%ebp
|
/external/quake/quake/src/QW/client/ |
D | surf8.s | 94 orl $0xF0000000,%ebp 102 orl $0xF0000000,%ebx 320 orl $0x70000000,%ebp 328 orl $0xF0000000,%ebx 490 orl $0x30000000,%ebp 499 orl $0xF0000000,%ebx 639 orl $0xF0000000,%ebx
|
D | d_draw.s | 872 orl %esi,%eax 885 orl %esi,%eax 893 orl %esi,%ebp 987 orl %esi,%eax 1000 orl %esi,%eax 1008 orl %esi,%ebp
|
D | sys_dosa.s | 20 orl $0x3F,fpenv
|
/external/grub/stage2/ |
D | setjmp.S | 78 orl %eax, %eax
|
/external/openssl/crypto/aes/asm/ |
D | aes-586.s | 302 orl %esi,%ecx 307 orl %esi,%edx 312 orl %esi,%ecx 316 orl %esi,%ecx 324 orl %esi,%ecx 329 orl %esi,%ecx 333 orl %esi,%ecx 341 orl %esi,%ecx 347 orl %esi,%ecx 351 orl %eax,%edx [all …]
|
123