HomeSort by relevance Sort by last modified time
    Searched refs:cmpwi (Results 1 - 25 of 31) sorted by null

1 2

  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
busy_loop.S 86 cmpwi r3, 100
93 cmpwi r4, 0x4040
95 cmpwi r5, 0x5050
97 cmpwi r6, 0x6060
99 cmpwi r7, 0x7070
101 cmpwi r8, 0x0808
103 cmpwi r9, 0x0909
105 cmpwi r10, 0x1010
107 cmpwi r11, 0x1111
109 cmpwi r14, 0x141
    [all...]
fixed_instruction_loop.S 11 cmpwi r3,0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tlsopt1_32.s 6 cmpwi 4,0
tlsopt2_32.s 6 cmpwi 4,0
tlsopt4_32.s 8 cmpwi 4,0
18 cmpwi 4,0
tlsopt4_32.d 19 .*: (2c 04 00 00|00 00 04 2c) cmpwi r4,0
29 .*: (2c 04 00 00|00 00 04 2c) cmpwi r4,0
tlsopt1_32.d 19 .*: (2c 04 00 00|00 00 04 2c) cmpwi r4,0
tlsopt2_32.d 19 .*: (2c 04 00 00|00 00 04 2c) cmpwi r4,0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
test2xcoff32.s 27 cmpwi 7,31,9
476.s 69 cmpwi 3,-167
476.d 67 e4: (2c 03 ff 59|59 ff 03 2c) cmpwi r3,-167
68 e8: (2f 83 ff 59|59 ff 83 2f) cmpwi cr7,r3,-167
76 108: (2c 03 ff 59|59 ff 03 2c) cmpwi r3,-167
  /external/linux-kselftest/tools/testing/selftests/powerpc/math/
vsx_asm.S 56 cmpwi r5,0
fpu_asm.S 129 cmpwi r5,0
vmx_asm.S 146 cmpwi r5,0
  /external/boringssl/linux-ppc64le/crypto/aes/
aesp8-ppc.S 36 cmpwi 4,128
38 cmpwi 4,256
55 cmpwi 4,192
295 cmpwi 3,0
473 cmpwi 8,0
1605 cmpwi 5,-0x60
1609 cmpwi 5,-0x40
1613 cmpwi 5,-0x20
1617 cmpwi 5,0x00
    [all...]
  /external/boringssl/linux-ppc64le/crypto/fipsmodule/
aesp8-ppc.S 40 cmpwi 4,128
42 cmpwi 4,256
59 cmpwi 4,192
302 cmpwi 3,0
489 cmpwi 8,0
1624 cmpwi 5,-0x60
1628 cmpwi 5,-0x40
1632 cmpwi 5,-0x20
1636 cmpwi 5,0x00
    [all...]
  /external/valgrind/coregrind/
m_trampoline.S 355 cmpwi 0,4,0
360 cmpwi 0,5,0
373 cmpwi 7,0,0
377 cmpwi 7,0,0
382 cmpwi 7,0,0
386 cmpwi 7,0,0
413 cmpwi 7,0,0
421 cmpwi 6,0,0
496 cmpwi 7,0,0
503 cmpwi 7,0,
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 915 __ cmpwi(dividend, Operand::Zero());
964 __ cmpwi(dividend, Operand::Zero());
    [all...]
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesp8-ppc.pl 120 cmpwi $bits,128
122 cmpwi $bits,256
139 cmpwi $bits,192
379 cmpwi r3,0
512 cmpwi $enc,0 # test direction
    [all...]
  /external/valgrind/none/tests/ppc32/
jm-int_other.stdout.exp 245 cmpwi 00000000, 00000000 => 00000000 (00200000 00000000)
246 cmpwi 00000000, 000003e7 => 00000000 (00800000 00000000)
247 cmpwi 00000000, 0000ffff => 00000000 (00400000 00000000)
248 cmpwi 000f423f, 00000000 => 00000000 (00400000 00000000)
249 cmpwi 000f423f, 000003e7 => 00000000 (00400000 00000000)
250 cmpwi 000f423f, 0000ffff => 00000000 (00400000 00000000)
251 cmpwi ffffffff, 00000000 => 00000000 (00800000 00000000)
252 cmpwi ffffffff, 000003e7 => 00000000 (00800000 00000000)
253 cmpwi ffffffff, 0000ffff => 00000000 (00200000 00000000)
    [all...]
  /external/libunwind_llvm/src/
UnwindRegistersRestore.S 176 cmpwi r5,0
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 176 cmpwi r5,0
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 524 # CHECK-BE: cmpwi 2, 3, 128 # encoding: [0x2d,0x03,0x00,0x80]
525 # CHECK-LE: cmpwi 2, 3, 128 # encoding: [0x80,0x00,0x03,0x2d]
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc     [all...]
assembler-ppc.h 612 // didn't match one of the above, must keep cmpwi.
856 void cmpwi(Register src1, const Operand& src2, CRegister cr = cr7);
    [all...]

Completed in 246 milliseconds

1 2