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

  /external/valgrind/none/tests/ppc64/
jm-int.stdout.exp 190 divd 0000000000000000, 0000000000000000 => 0000000000000000 (00000000 00000000)
191 divd 0000000000000000, 0000001cbe991def => 0000000000000000 (00000000 00000000)
192 divd 0000000000000000, ffffffffffffffff => 0000000000000000 (00000000 00000000)
193 divd 0000001cbe991def, 0000000000000000 => 0000000000000000 (00000000 00000000)
194 divd 0000001cbe991def, 0000001cbe991def => 0000000000000001 (00000000 00000000)
195 divd 0000001cbe991def, ffffffffffffffff => ffffffe34166e211 (00000000 00000000)
196 divd ffffffffffffffff, 0000000000000000 => 0000000000000000 (00000000 00000000)
197 divd ffffffffffffffff, 0000001cbe991def => 0000000000000000 (00000000 00000000)
198 divd ffffffffffffffff, ffffffffffffffff => 0000000000000001 (00000000 00000000)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
a2.s 110 divd. 20,21,22
111 divd 20,21,22
a2.d 135 1ac: (7e 95 b3 d3|d3 b3 95 7e) divd\. r20,r21,r22
136 1b0: (7e 95 b3 d2|d2 b3 95 7e) divd r20,r21,r22
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
opcode.s 220 divd (sp)+,ac3
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 476 # CHECK-BE: divd 2, 3, 4 # encoding: [0x7c,0x43,0x23,0xd2]
477 # CHECK-LE: divd 2, 3, 4 # encoding: [0xd2,0x23,0x43,0x7c]
478 divd 2, 3, 4
479 # CHECK-BE: divd. 2, 3, 4 # encoding: [0x7c,0x43,0x23,0xd3]
480 # CHECK-LE: divd. 2, 3, 4 # encoding: [0xd3,0x23,0x43,0x7c]
481 divd. 2, 3, 4
    [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 761 case DIVD: {
762 Format(instr, "divd'o'. 'rt, 'ra, 'rb");
    [all...]
assembler-ppc.h     [all...]
macro-assembler-ppc.h 89 #define Div divd
    [all...]
constants-ppc.h     [all...]
assembler-ppc.cc 1558 void Assembler::divd(Register dst, Register src1, Register src2, OEBit o, function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/s390/
macro-assembler-s390.h 82 #define Div divd
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 173 DIVD
1500 DIVD: "divd",
1501 DIVD_: "divd.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 173 DIVD
1500 DIVD: "divd",
1501 DIVD_: "divd.",
    [all...]

Completed in 143 milliseconds