/external/u-boot/arch/powerpc/lib/ |
D | _lshrdi3.S | 34 srw r4,r4,r5 # LSW = count > 31 ? 0 : LSW >> count 37 srw r7,r3,r7 # t2 = count < 32 ? 0 : MSW >> (count-32) 39 srw r3,r3,r5 # MSW = MSW >> count
|
D | _ashldi3.S | 36 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count)
|
D | _ashrdi3.S | 34 srw r4,r4,r5 # LSW = count > 31 ? 0 : LSW >> count
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-shifter.ll | 22 ; ELF64: srw 30 ; ELF64: srw
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-shifter.ll | 22 ; ELF64: srw 30 ; ELF64: srw
|
D | atomic-minmax.ll | 245 ; CHECK: srw [[SMOLDV:[0-9]+]], [[MOLDV]], [[SA]] 272 ; CHECK: srw [[SMOLDV:[0-9]+]], [[MOLDV]], [[SA]] 348 ; CHECK: srw [[SMOLDV:[0-9]+]], [[MOLDV]], [[SA]] 374 ; CHECK: srw [[SMOLDV:[0-9]+]], [[MOLDV]], [[SA]]
|
D | shift_mask.ll | 94 ; CHECK-NEXT: srw 3, 3, 4 106 ; CHECK-NEXT: srw 3, 3, 4 117 ; CHECK-NEXT: srw 3, 3, 4
|
D | funnel-shift-rot.ll | 48 ; CHECK-NEXT: srw 4, 6, 5 138 ; CHECK-NEXT: srw 4, 6, 4
|
D | funnel-shift.ll | 25 ; CHECK-NEXT: srw 4, 4, 6 136 ; CHECK-NEXT: srw 5, 4, 5
|
D | PR35812-neg-cmpxchg.ll | 63 ; CHECK-P7: srw 3, 6, 3
|
/external/capstone/suite/MC/PowerPC/ |
D | ppc64-encoding.s.cs | 183 0x7c,0x62,0x24,0x30 = srw 2, 3, 4 184 0x7c,0x62,0x24,0x31 = srw. 2, 3, 4
|
/external/python/cpython2/Lib/ |
D | codecs.py | 902 srw = StreamReaderWriter(file, info.streamreader, info.streamwriter, errors) 904 srw.encoding = encoding 905 return srw
|
/external/python/cpython3/Lib/ |
D | codecs.py | 902 srw = StreamReaderWriter(file, info.streamreader, info.streamwriter, errors) 904 srw.encoding = encoding 905 return srw
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 792 # CHECK-BE: srw 2, 3, 4 # encoding: [0x7c,0x62,0x24,0x30] 793 # CHECK-LE: srw 2, 3, 4 # encoding: [0x30,0x24,0x62,0x7c] 794 srw 2, 3, 4 795 # CHECK-BE: srw. 2, 3, 4 # encoding: [0x7c,0x62,0x24,0x31] 796 # CHECK-LE: srw. 2, 3, 4 # encoding: [0x31,0x24,0x62,0x7c] 797 srw. 2, 3, 4
|
/external/libffi/src/powerpc/ |
D | ppc_closure.S | 316 srw %r4,%r4,%r5 318 srw %r3,%r3,%r5
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ppc_closure.S | 316 srw %r4,%r4,%r5 318 srw %r3,%r3,%r5
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 880 # CHECK-BE: srw 2, 3, 4 # encoding: [0x7c,0x62,0x24,0x30] 881 # CHECK-LE: srw 2, 3, 4 # encoding: [0x30,0x24,0x62,0x7c] 882 srw 2, 3, 4 883 # CHECK-BE: srw. 2, 3, 4 # encoding: [0x7c,0x62,0x24,0x31] 884 # CHECK-LE: srw. 2, 3, 4 # encoding: [0x31,0x24,0x62,0x7c] 885 srw. 2, 3, 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 613 # CHECK: srw 2, 3, 4 616 # CHECK: srw. 2, 3, 4
|
D | ppc64-encoding.txt | 658 # CHECK: srw 2, 3, 4 661 # CHECK: srw. 2, 3, 4
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding.txt | 622 # CHECK: srw 2, 3, 4 625 # CHECK: srw. 2, 3, 4
|
D | ppc64le-encoding.txt | 601 # CHECK: srw 2, 3, 4 604 # CHECK: srw. 2, 3, 4
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 776 srw(scratch, src_low, scratch); in ShiftLeftPair() 816 srw(dst_low, src_high, scratch); in ShiftRightPair() 822 srw(dst_low, src_low, shift); in ShiftRightPair() 825 srw(dst_high, src_high, shift); in ShiftRightPair() 868 srw(dst_low, src_low, shift); in ShiftRightAlgPair()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSchedule.td | 308 // srw IntGeneral
|
/external/testng/src/main/java/org/testng/ |
D | TestNG.java | 1243 SuiteRunnerWorker srw = new SuiteRunnerWorker(suiteRunnerMap.get(xmlSuite), suiteRunnerMap, in runSuitesSequentially() local 1245 srw.run(); in runSuitesSequentially()
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | dd256ad888a64079a8ca991611086ad8.00009ef2.honggfuzz.cov | 17 …0000000000000000000500-000000000000000000000000000999���`�yv,+�������yط�`0ݦsrw�~��ي-�yr1aq��X��?"… 51 …0000000000000000000500-000000000000000000000000000999���`�yv,+�������yط�`0ݦsrw�~��ي-�yr1aq��X��?"… 280 …0000000000000000000500-000000000000000000000000000999���`�yv,+�������yط�`0ݦsrw�~��ي-�yr1aq��X��?"…
|