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

  /external/valgrind/none/tests/ppc32/
jm-int.stdout.exp 70 mulhw 00000000, 00000000 => 00000000 (00000000 00000000)
71 mulhw 00000000, 000f423f => 00000000 (00000000 00000000)
72 mulhw 00000000, ffffffff => 00000000 (00000000 00000000)
73 mulhw 000f423f, 00000000 => 00000000 (00000000 00000000)
74 mulhw 000f423f, 000f423f => 000000e8 (00000000 00000000)
75 mulhw 000f423f, ffffffff => ffffffff (00000000 00000000)
76 mulhw ffffffff, 00000000 => 00000000 (00000000 00000000)
77 mulhw ffffffff, 000f423f => ffffffff (00000000 00000000)
78 mulhw ffffffff, ffffffff => 00000000 (00000000 00000000)
219 mulhw. 00000000, 00000000 => 00000000 (20000000 00000000
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.s 342 mulhw 3,4,5
343 mulhw. 3,4,5
a2.s 376 mulhw. 20,21,22
377 mulhw 20,21,22
476.d 349 54c: (7c 64 28 96|96 28 64 7c) mulhw r3,r4,r5
350 550: (7c 64 28 97|97 28 64 7c) mulhw\. r3,r4,r5
a2.d 401 5d4: (7e 95 b0 97|97 b0 95 7e) mulhw\. r20,r21,r22
402 5d8: (7e 95 b0 96|96 b0 95 7e) mulhw r20,r21,r22
  /external/valgrind/none/tests/ppc64/
jm-int.stdout.exp 70 mulhw 0000000000000000, 0000000000000000 => 0000000000000000 (00000000 00000000)
71 mulhw 0000000000000000, 0000001cbe991def => 0000000000000000 (00000000 00000000)
72 mulhw 0000000000000000, ffffffffffffffff => 0000000000000000 (00000000 00000000)
73 mulhw 0000001cbe991def, 0000000000000000 => 0000000000000000 (00000000 00000000)
74 mulhw 0000001cbe991def, 0000001cbe991def => 0000000010b56825 (00000000 00000000)
75 mulhw 0000001cbe991def, ffffffffffffffff => 0000000000000000 (00000000 00000000)
76 mulhw ffffffffffffffff, 0000000000000000 => 0000000000000000 (00000000 00000000)
77 mulhw ffffffffffffffff, 0000001cbe991def => 0000000000000000 (00000000 00000000)
78 mulhw ffffffffffffffff, ffffffffffffffff => 0000000000000000 (00000000 00000000)
299 mulhw. 0000000000000000, 0000000000000000 => 0000000000000000 (20000000 00000000
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 401 # CHECK-BE: mulhw 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x96]
402 # CHECK-LE: mulhw 2, 3, 4 # encoding: [0x96,0x20,0x43,0x7c]
403 mulhw 2, 3, 4
404 # CHECK-BE: mulhw. 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x97]
405 # CHECK-LE: mulhw. 2, 3, 4 # encoding: [0x97,0x20,0x43,0x7c]
406 mulhw. 2, 3, 4
    [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 735 Format(instr, "mulhw'o'. 'rt, 'ra, 'rb");
    [all...]
assembler-ppc.h 827 void mulhw(Register dst, Register src1, Register src2, RCBit r = LeaveRC);
    [all...]
constants-ppc.h     [all...]
assembler-ppc.cc 933 void Assembler::mulhw(Register dst, Register src1, Register src2, RCBit r) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-ppc.cc     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [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 145 MULHW
1472 MULHW: "mulhw",
1473 MULHW_: "mulhw.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 145 MULHW
1472 MULHW: "mulhw",
1473 MULHW_: "mulhw.",
    [all...]

Completed in 464 milliseconds