/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
bmi2.s | 16 pext %eax,%ebx,%esi 17 pext (%ecx),%ebx,%esi 43 pext esi,ebx,eax 44 pext esi,ebx,DWORD PTR [ecx] 45 pext esi,ebx,[ecx]
|
x86-64-bmi2.s | 22 pext %eax,%ebx,%esi 23 pext (%rcx),%ebx,%esi 24 pext %r9d,%r15d,%r10d 25 pext (%rcx),%r15d,%r10d 60 pext %rax,%rbx,%rsi 61 pext (%rcx),%rbx,%rsi 62 pext %r9,%r15,%r10 63 pext (%rcx),%r15,%r10 103 pext esi,ebx,eax 104 pext esi,ebx,DWORD PTR [rcx [all...] |
bmi2-intel.d | 18 [ ]*[a-f0-9]+: c4 e2 62 f5 f0 pext esi,ebx,eax 19 [ ]*[a-f0-9]+: c4 e2 62 f5 31 pext esi,ebx,DWORD PTR \[ecx\] 37 [ ]*[a-f0-9]+: c4 e2 62 f5 f0 pext esi,ebx,eax 38 [ ]*[a-f0-9]+: c4 e2 62 f5 31 pext esi,ebx,DWORD PTR \[ecx\] 39 [ ]*[a-f0-9]+: c4 e2 62 f5 31 pext esi,ebx,DWORD PTR \[ecx\]
|
bmi2.d | 17 [ ]*[a-f0-9]+: c4 e2 62 f5 f0 pext %eax,%ebx,%esi 18 [ ]*[a-f0-9]+: c4 e2 62 f5 31 pext \(%ecx\),%ebx,%esi 36 [ ]*[a-f0-9]+: c4 e2 62 f5 f0 pext %eax,%ebx,%esi 37 [ ]*[a-f0-9]+: c4 e2 62 f5 31 pext \(%ecx\),%ebx,%esi 38 [ ]*[a-f0-9]+: c4 e2 62 f5 31 pext \(%ecx\),%ebx,%esi
|
x86-64-bmi2-intel.d | 24 [ ]*[a-f0-9]+: c4 e2 62 f5 f0 pext esi,ebx,eax 25 [ ]*[a-f0-9]+: c4 e2 62 f5 31 pext esi,ebx,DWORD PTR \[rcx\] 26 [ ]*[a-f0-9]+: c4 42 02 f5 d1 pext r10d,r15d,r9d 27 [ ]*[a-f0-9]+: c4 62 02 f5 11 pext r10d,r15d,DWORD PTR \[rcx\] 56 [ ]*[a-f0-9]+: c4 e2 e2 f5 f0 pext rsi,rbx,rax 57 [ ]*[a-f0-9]+: c4 e2 e2 f5 31 pext rsi,rbx,QWORD PTR \[rcx\] 58 [ ]*[a-f0-9]+: c4 42 82 f5 d1 pext r10,r15,r9 59 [ ]*[a-f0-9]+: c4 62 82 f5 11 pext r10,r15,QWORD PTR \[rcx\] 91 [ ]*[a-f0-9]+: c4 e2 62 f5 f0 pext esi,ebx,eax 92 [ ]*[a-f0-9]+: c4 e2 62 f5 31 pext esi,ebx,DWORD PTR \[rcx\ [all...] |
x86-64-bmi2.d | 23 [ ]*[a-f0-9]+: c4 e2 62 f5 f0 pext %eax,%ebx,%esi 24 [ ]*[a-f0-9]+: c4 e2 62 f5 31 pext \(%rcx\),%ebx,%esi 25 [ ]*[a-f0-9]+: c4 42 02 f5 d1 pext %r9d,%r15d,%r10d 26 [ ]*[a-f0-9]+: c4 62 02 f5 11 pext \(%rcx\),%r15d,%r10d 55 [ ]*[a-f0-9]+: c4 e2 e2 f5 f0 pext %rax,%rbx,%rsi 56 [ ]*[a-f0-9]+: c4 e2 e2 f5 31 pext \(%rcx\),%rbx,%rsi 57 [ ]*[a-f0-9]+: c4 42 82 f5 d1 pext %r9,%r15,%r10 58 [ ]*[a-f0-9]+: c4 62 82 f5 11 pext \(%rcx\),%r15,%r10 90 [ ]*[a-f0-9]+: c4 e2 62 f5 f0 pext %eax,%ebx,%esi 91 [ ]*[a-f0-9]+: c4 e2 62 f5 31 pext \(%rcx\),%ebx,%es [all...] |
/bionic/libc/stdio/ |
stdio.cpp | 112 __sfileext* pext = reinterpret_cast<__sfileext*>(ALIGN(data + sizeof(*g)) + n * sizeof(FILE)); local 118 _FILEEXT_SETUP(p, pext); 120 pext++;
|
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 651 __ pext(eax, ebx, ecx); 652 __ pext(eax, ebx, Operand(ebx, ecx, times_4, 10000));
|
test-assembler-ia32.cc | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
objdump_test.go | 336 pext
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
objdump_test.go | 336 pext
|
/external/v8/src/ia32/ |
assembler-ia32.h | [all...] |