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

1 2

  /external/valgrind/exp-bbv/tests/ppc32-linux/
million.S 11 addic. 15,15,-1 # decrement counter
ll.S 129 addic. 15,15,-1
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_typeb.s 14 # CHECK: addic
17 addic r1, r2, 0x000F
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
a2.s 15 addic. 4,5,13
16 addic. 4,5,-13
17 addic 4,5,13
18 addic 4,5,-13
476.s 14 addic 3,4,-128
15 addic. 3,4,-128
a2.d 24 30: (34 85 00 0d|0d 00 85 34) addic\. r4,r5,13
25 34: (34 85 ff f3|f3 ff 85 34) addic\. r4,r5,-13
26 38: (30 85 00 0d|0d 00 85 30) addic r4,r5,13
27 3c: (30 85 ff f3|f3 ff 85 30) addic r4,r5,-13
476.d 21 2c: (30 64 ff 80|80 ff 64 30) addic r3,r4,-128
22 30: (34 64 ff 80|80 ff 64 34) addic\. r3,r4,-128
  /external/valgrind/none/tests/ppc32/
jm-int.stdout.exp 465 addic 00000000, 00000000 => 00000000 (00000000 00000000)
466 addic 00000000, 000003e7 => 000003e7 (00000000 00000000)
467 addic 00000000, 0000ffff => ffffffff (00000000 00000000)
468 addic 000f423f, 00000000 => 000f423f (00000000 00000000)
469 addic 000f423f, 000003e7 => 000f4626 (00000000 00000000)
470 addic 000f423f, 0000ffff => 000f423e (00000000 20000000)
471 addic ffffffff, 00000000 => ffffffff (00000000 00000000)
472 addic ffffffff, 000003e7 => 000003e6 (00000000 20000000)
473 addic ffffffff, 0000ffff => fffffffe (00000000 20000000)
507 addic. 00000000, 00000000 => 00000000 (20000000 00000000
    [all...]
  /external/valgrind/none/tests/ppc64/
jm-int.stdout.exp     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/or1k/
allinsn.s 457 l.addic r0,r0,0
458 l.addic r31,r31,-1
459 l.addic r16,r16,-32768
460 l.addic r15,r15,32767
461 l.addic r1,r1,1
462 l.addic r6,r22,-32700
463 l.addic r19,r9,65535
464 l.addic r27,r28,6891
allinsn.d 467 580: a0 00 00 00 l\.addic r0,r0,0
468 584: a3 ff ff ff l\.addic r31,r31,-1
469 588: a2 10 80 00 l\.addic r16,r16,-32768
470 58c: a1 ef 7f ff l\.addic r15,r15,32767
471 590: a0 21 00 01 l\.addic r1,r1,1
472 594: a0 d6 80 44 l\.addic r6,r22,-32700
473 598: a2 69 ff ff l\.addic r19,r9,-1
474 59c: a3 7c 1a eb l\.addic r27,r28,6891
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-opcm.h 29 addi, rsubi, addic, rsubic, addik, rsubik, addikc, rsubikc, mul, enumerator in enum:microblaze_instr
microblaze-opc.h 134 {"addic", INST_TYPE_RD_R1_IMM, INST_NO_OFFSET, NO_DELAY_SLOT, IMMVAL_MASK_NON_SPECIAL, 0x28000000, OPCODE_MASK_H, addic, arithmetic_inst },
    [all...]
  /external/boringssl/linux-ppc64le/crypto/fipsmodule/
ghashp8-ppc.S 472 addic. 6,6,4
aesp8-ppc.S 927 addic. 5,5,128
    [all...]
  /external/boringssl/linux-ppc64le/crypto/modes/
ghashp8-ppc.S 462 addic. 6,6,4
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 311 # CHECK-BE: addic 2, 3, 128 # encoding: [0x30,0x43,0x00,0x80]
312 # CHECK-LE: addic 2, 3, 128 # encoding: [0x80,0x00,0x43,0x30]
313 addic 2, 3, 128
314 # CHECK-BE: addic. 2, 3, 128 # encoding: [0x34,0x43,0x00,0x80]
315 # CHECK-LE: addic. 2, 3, 128 # encoding: [0x80,0x00,0x43,0x34]
316 addic. 2, 3, 128
    [all...]
ppc64-encoding-ext.s     [all...]
  /external/boringssl/linux-ppc64le/crypto/aes/
aesp8-ppc.S 911 addic. 5,5,128
    [all...]
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghashp8-ppc.pl 549 addic. $len,$len,4
  /external/v8/src/ppc/
assembler-ppc.h 839 void addic(Register dst, Register src, const Operand& imm);
    [all...]
assembler-ppc.cc 308 bool Assembler::IsAddic(Instr instr) { return (instr & kOpcodeMask) == ADDIC; }
977 void Assembler::addic(Register dst, Register src, const Operand& imm) { function in class:v8::internal::Assembler
978 d_form(ADDIC, dst, src, imm.imm_, true);
    [all...]
constants-ppc.h     [all...]
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesp8-ppc.pl 963 addic. $len,$len,128
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 97 ADDIC
1424 ADDIC: "addic",
1429 ADDIC_: "addic.",
    [all...]

Completed in 2198 milliseconds

1 2