HomeSort by relevance Sort by last modified time
    Searched refs:mullw (Results 1 - 17 of 17) sorted by null

  /external/valgrind/none/tests/ppc32/
jm-int.stdout.exp 90 mullw 00000000, 00000000 => 00000000 (00000000 00000000)
91 mullw 00000000, 000f423f => 00000000 (00000000 00000000)
92 mullw 00000000, ffffffff => 00000000 (00000000 00000000)
93 mullw 000f423f, 00000000 => 00000000 (00000000 00000000)
94 mullw 000f423f, 000f423f => d4868b81 (00000000 00000000)
95 mullw 000f423f, ffffffff => fff0bdc1 (00000000 00000000)
96 mullw ffffffff, 00000000 => 00000000 (00000000 00000000)
97 mullw ffffffff, 000f423f => fff0bdc1 (00000000 00000000)
98 mullw ffffffff, ffffffff => 00000001 (00000000 00000000)
239 mullw. 00000000, 00000000 => 00000000 (20000000 00000000
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.s 351 mullw 3,4,5
352 mullw. 3,4,5
a2.s 386 mullw. 20,21,22
387 mullw 20,21,22
476.d 358 570: (7c 64 29 d6|d6 29 64 7c) mullw r3,r4,r5
359 574: (7c 64 29 d7|d7 29 64 7c) mullw\. r3,r4,r5
a2.d 411 5fc: (7e 95 b1 d7|d7 b1 95 7e) mullw\. r20,r21,r22
412 600: (7e 95 b1 d6|d6 b1 95 7e) mullw r20,r21,r22
  /external/valgrind/none/tests/ppc64/
jm-int.stdout.exp 90 mullw 0000000000000000, 0000000000000000 => 0000000000000000 (00000000 00000000)
91 mullw 0000000000000000, 0000001cbe991def => 0000000000000000 (00000000 00000000)
92 mullw 0000000000000000, ffffffffffffffff => 0000000000000000 (00000000 00000000)
93 mullw 0000001cbe991def, 0000000000000000 => 0000000000000000 (00000000 00000000)
94 mullw 0000001cbe991def, 0000001cbe991def => 10b568258f2e0521 (00000000 00000000)
95 mullw 0000001cbe991def, ffffffffffffffff => 000000004166e211 (00000000 00000000)
96 mullw ffffffffffffffff, 0000000000000000 => 0000000000000000 (00000000 00000000)
97 mullw ffffffffffffffff, 0000001cbe991def => 000000004166e211 (00000000 00000000)
98 mullw ffffffffffffffff, ffffffffffffffff => 0000000000000001 (00000000 00000000)
319 mullw. 0000000000000000, 0000000000000000 => 0000000000000000 (20000000 00000000
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 407 # CHECK-BE: mullw 2, 3, 4 # encoding: [0x7c,0x43,0x21,0xd6]
408 # CHECK-LE: mullw 2, 3, 4 # encoding: [0xd6,0x21,0x43,0x7c]
409 mullw 2, 3, 4
410 # CHECK-BE: mullw. 2, 3, 4 # encoding: [0x7c,0x43,0x21,0xd7]
411 # CHECK-LE: mullw. 2, 3, 4 # encoding: [0xd7,0x21,0x43,0x7c]
412 mullw. 2, 3, 4
    [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 742 case MULLW: {
743 Format(instr, "mullw'o'. 'rt, 'ra, 'rb");
    [all...]
assembler-ppc.h 824 void mullw(Register dst, Register src1, Register src2, OEBit o = LeaveOE,
    [all...]
macro-assembler-ppc.h 103 #define Mul mullw
    [all...]
constants-ppc.h     [all...]
assembler-ppc.cc 926 void Assembler::mullw(Register dst, Register src1, Register src2, OEBit o, function in class:v8::internal::Assembler
928 xo_form(EXT2 | MULLW, dst, src1, src2, o, r);
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 956 __ mullw(result, result, ip);
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 141 MULLW
1468 MULLW: "mullw",
1469 MULLW_: "mullw.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 141 MULLW
1468 MULLW: "mullw",
1469 MULLW_: "mullw.",
    [all...]

Completed in 108 milliseconds