HomeSort by relevance Sort by last modified time
    Searched full:sradi (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/test/CodeGen/PowerPC/
sdiv-pow2.ll 26 ; CHECK: sradi [[REG1:[0-9]+]], 3, 3
31 ; CHECK-32-NOT: sradi
56 ; CHECK: sradi [[REG1:[0-9]+]], 3, 3
62 ; CHECK-32-NOT: sradi
i64_fp_round.ll 15 ; CHECK: sradi [[REG1:[0-9]+]], 3, 53
  /external/valgrind/none/tests/ppc64/
jm-int.stdout.exp-LE     [all...]
jm-int_other.stdout.exp     [all...]
jm-int_other.stdout.exp-LE     [all...]
jm-insns.c     [all...]
  /external/valgrind/auxprogs/
ppc64shifts.c 6 /* ------------------------ SRADI ------------------------ */
15 "sradi %0,%2, " #nnn "\n\t" \
466 do_unary("sradi", all_sradi, 64);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
a2.s 439 sradi. 10,11,0x3f
440 sradi 10,11,0x3f
a2.d 464 6d0: (7d 6a fe 77|77 fe 6a 7d) sradi\. r10,r11,63
465 6d4: (7d 6a fe 76|76 fe 6a 7d) sradi r10,r11,63
  /toolchain/binutils/binutils-2.27/include/cgen/
basic-ops.h 158 extern DI SRADI (DI, int);
187 #define SRADI(x, y) ((DI) (x) >> (y))
  /external/valgrind/VEX/priv/
guest_ppc_defs.h 134 /* 13 */ PPCG_FLAG_OP_SRADI, // sradi
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSchedule.td 304 // sradi IntRotateD
PPCInstr64Bit.td 430 def SRADI : XSForm_1<31, 413, (outs G8RC:$rA), (ins G8RC:$rS, u6imm:$SH),
431 "sradi $rA, $rS, $SH", IntRotateD,
    [all...]
PPCInstrFormats.td 618 // 1.7.10 XS-Form - SRADI.
  /external/capstone/suite/MC/PowerPC/
ppc64-encoding.s.cs 193 0x7c,0x62,0x26,0x74 = sradi 2, 3, 4
194 0x7c,0x62,0x26,0x75 = sradi. 2, 3, 4
  /external/llvm/test/MC/Disassembler/PowerPC/
ppc64-encoding.txt 652 # CHECK: sradi 2, 3, 4
655 # CHECK: sradi. 2, 3, 4
ppc64le-encoding.txt 631 # CHECK: sradi 2, 3, 4
634 # CHECK: sradi. 2, 3, 4
  /external/pcre/dist2/src/sljit/
sljitNativePPC_64.c 380 FAIL_IF(push_inst(compiler, SRADI | RC(flags) | S(src1) | A(dst) | ((compiler->imm & 0x1f) << 11) | ((compiler->imm & 0x20) >> 4)));
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s     [all...]
  /external/valgrind/none/tests/ppc32/
jm-insns.c     [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 647 Format(instr, "sradi'. 'ra,'rs,'sh");
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 269 SRADI
1596 SRADI: "sradi",
1597 SRADI_: "sradi.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 269 SRADI
1596 SRADI: "sradi",
1597 SRADI_: "sradi.",
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstr64Bit.td 636 defm SRADI : XSForm_1rc<31, 413, (outs g8rc:$rA), (ins g8rc:$rS, u6imm:$SH),
637 "sradi", "$rA, $rS, $SH", IIC_IntRotateDI,
    [all...]
PPCInstrFormats.td     [all...]

Completed in 1321 milliseconds

1 2