/external/llvm/test/CodeGen/PowerPC/ |
popcnt.ll | 8 ; CHECK: popcntw 17 ; CHECK: popcntw 25 ; CHECK: popcntw
|
/external/llvm/test/CodeGen/X86/ |
popcnt.ll | 7 ; CHECK: popcntw 15 ; CHECK: popcntw
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
sse4_2.s | 26 popcntw (%ecx),%bx 30 popcntw %cx,%bx
|
x86-64-sse4_2.s | 32 popcntw (%rcx),%bx 38 popcntw %cx,%bx
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/ |
misc_insn.s | 199 .global popcntw 200 popcntw: label 201 popcntw r1 , r0 label
|
misc_insn.d | 150 000000b8 <popcntw>: 151 b8: 08 30 10 98 popcntw r1, r0
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
power7.s | 58 popcntw 10,20
|
a2.s | 406 popcntw 10,11
|
power7.d | 65 dc: (7e 8a 02 f4|f4 02 8a 7e) popcntw r10,r20
|
/external/valgrind/none/tests/ppc32/ |
test_isa_2_06_part3.c | [all...] |
test_isa_2_06_part3.stdout.exp | [all...] |
/external/v8/src/ppc/ |
disasm-ppc.cc | 613 case POPCNTW: { 614 Format(instr, "popcntw 'ra, 'rs"); [all...] |
constants-ppc.h | 231 POPCNTW = 378 << 1, // Population Count Words
|
/external/valgrind/none/tests/amd64/ |
sse4-64.stdout.exp | [all...] |
sse4-64.stdout.exp-older-glibc | [all...] |
sse4-64.c | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstr64Bit.td | 619 // popcntw also does a population count on the high 32 bits (storing the 622 def POPCNTW : XForm_11<31, 378, (outs gprc:$rA), (ins gprc:$rS), 623 "popcntw $rA, $rS", IIC_IntGeneral, [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding.s | [all...] |
/external/llvm/test/MC/Disassembler/PowerPC/ |
ppc64-encoding.txt | 517 # CHECK: popcntw 2, 3
|
ppc64le-encoding.txt | 517 # CHECK: popcntw 2, 3
|
/external/llvm/test/MC/Disassembler/X86/ |
x86-32.txt | 544 # CHECK: popcntw %ax, %ax
|
simple-tests.txt | 554 # CHECK: popcntw %ax, %ax
|
/toolchain/binutils/binutils-2.25/opcodes/ |
crx-opc.c | 307 REG2_INST ("popcntw",0x98),
|
/external/valgrind/none/tests/ppc64/ |
test_isa_2_06_part3.stdout.exp | [all...] |
/external/v8/src/compiler/ppc/ |
code-generator-ppc.cc | [all...] |