Home
last modified time | relevance | path

Searched refs:sradi (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dsdiv-pow2.ll26 ; 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
Di64_fp_round.ll15 ; CHECK: sradi [[REG1:[0-9]+]], 3, 53
/external/valgrind/none/tests/ppc64/
Djm-int_other.stdout.exp-LE2064 sradi 0000000000000000, 0 => 0000000000000000 (00000000 00000000)
2065 sradi 0000000000000000, 7 => 0000000000000000 (00000000 00000000)
2066 sradi 0000000000000000, 14 => 0000000000000000 (00000000 00000000)
2067 sradi 0000000000000000, 21 => 0000000000000000 (00000000 00000000)
2068 sradi 0000000000000000, 28 => 0000000000000000 (00000000 00000000)
2069 sradi 0000000000000000, 35 => 0000000000000000 (00000000 00000000)
2070 sradi 0000000000000000, 42 => 0000000000000000 (00000000 00000000)
2071 sradi 0000000000000000, 49 => 0000000000000000 (00000000 00000000)
2072 sradi 0000000000000000, 56 => 0000000000000000 (00000000 00000000)
2073 sradi 0000000000000000, 63 => 0000000000000000 (00000000 00000000)
[all …]
Djm-int.stdout.exp-LE2854 sradi 0000000000000000, 0 => 0000000000000000 (00000000 00000000)
2855 sradi 0000000000000000, 7 => 0000000000000000 (00000000 00000000)
2856 sradi 0000000000000000, 14 => 0000000000000000 (00000000 00000000)
2857 sradi 0000000000000000, 21 => 0000000000000000 (00000000 00000000)
2858 sradi 0000000000000000, 28 => 0000000000000000 (00000000 00000000)
2859 sradi 0000000000000000, 35 => 0000000000000000 (00000000 00000000)
2860 sradi 0000000000000000, 42 => 0000000000000000 (00000000 00000000)
2861 sradi 0000000000000000, 49 => 0000000000000000 (00000000 00000000)
2862 sradi 0000000000000000, 56 => 0000000000000000 (00000000 00000000)
2863 sradi 0000000000000000, 63 => 0000000000000000 (00000000 00000000)
[all …]
Djm-int_other.stdout.exp2064 sradi 0000000000000000, 0 => 0000000000000000 (00000000 00000000)
2065 sradi 0000000000000000, 7 => 0000000000000000 (00000000 00000000)
2066 sradi 0000000000000000, 14 => 0000000000000000 (00000000 00000000)
2067 sradi 0000000000000000, 21 => 0000000000000000 (00000000 00000000)
2068 sradi 0000000000000000, 28 => 0000000000000000 (00000000 00000000)
2069 sradi 0000000000000000, 35 => 0000000000000000 (00000000 00000000)
2070 sradi 0000000000000000, 42 => 0000000000000000 (00000000 00000000)
2071 sradi 0000000000000000, 49 => 0000000000000000 (00000000 00000000)
2072 sradi 0000000000000000, 56 => 0000000000000000 (00000000 00000000)
2073 sradi 0000000000000000, 63 => 0000000000000000 (00000000 00000000)
[all …]
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s822 # CHECK-BE: sradi 2, 3, 4 # encoding: [0x7c,0x62,0x26,0x74]
823 # CHECK-LE: sradi 2, 3, 4 # encoding: [0x74,0x26,0x62,0x7c]
824 sradi 2, 3, 4
825 # CHECK-BE: sradi. 2, 3, 4 # encoding: [0x7c,0x62,0x26,0x75]
826 # CHECK-LE: sradi. 2, 3, 4 # encoding: [0x75,0x26,0x62,0x7c]
827 sradi. 2, 3, 4
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt631 # CHECK: sradi 2, 3, 4
634 # CHECK: sradi. 2, 3, 4
Dppc64-encoding.txt652 # CHECK: sradi 2, 3, 4
655 # CHECK: sradi. 2, 3, 4
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td304 // sradi IntRotateD
DPPCInstr64Bit.td431 "sradi $rA, $rS, $SH", IntRotateD,
/external/v8/src/ppc/
Dmacro-assembler-ppc.h84 #define ShiftRightArithImm sradi
Dassembler-ppc.h916 void sradi(Register ra, Register rs, int sh, RCBit r = LeaveRC);
Dconstants-ppc.h2520 V(sradi, SRADIX, 0x7C000674)
Dassembler-ppc.cc1503 void Assembler::sradi(Register ra, Register rs, int sh, RCBit r) { in sradi() function in v8::internal::Assembler
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1206 ASSEMBLE_BINOP_INT_RC(srad, sradi); in AssembleArchInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td637 "sradi", "$rA, $rS, $SH", IIC_IntRotateDI,