OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:popcntw
(Results
26 - 33
of
33
) sorted by null
1
2
/external/v8/src/ppc/
assembler-ppc.cc
740
void Assembler::
popcntw
(Register ra, Register rs) {
function in class:v8::internal::Assembler
741
emit(EXT2 |
POPCNTW
| rs.code() * B21 | ra.code() * B16);
[
all
...]
assembler-ppc.h
[
all
...]
simulator-ppc.cc
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
a2.d
431
64c: (7d 6a 02 f4|f4 02 6a 7d)
popcntw
r10,r11
/toolchain/binutils/binutils-2.25/gas/testsuite/
ChangeLog-2009
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
ChangeLog-2009
[
all
...]
ppc-opc.c
[
all
...]
/external/valgrind/VEX/priv/
guest_ppc_toIR.c
[
all
...]
Completed in 968 milliseconds
1
2