Home
last modified time | relevance | path

Searched refs:srad (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s828 # CHECK-BE: srad 2, 3, 4 # encoding: [0x7c,0x62,0x26,0x34]
829 # CHECK-LE: srad 2, 3, 4 # encoding: [0x34,0x26,0x62,0x7c]
830 srad 2, 3, 4
831 # CHECK-BE: srad. 2, 3, 4 # encoding: [0x7c,0x62,0x26,0x35]
832 # CHECK-LE: srad. 2, 3, 4 # encoding: [0x35,0x26,0x62,0x7c]
833 srad. 2, 3, 4
/external/valgrind/none/tests/ppc64/
Djm-int_other.stdout.exp-LE122 srad 0000000000000000, 0000000000000000 => 0000000000000000 (00000000 00000000)
123 srad 0000000000000000, 0000001cbe991def => 0000000000000000 (00000000 00000000)
124 srad 0000000000000000, ffffffffffffffff => 0000000000000000 (00000000 00000000)
125 srad 0000001cbe991def, 0000000000000000 => 0000001cbe991def (00000000 00000000)
126 srad 0000001cbe991def, 0000001cbe991def => 0000000000000000 (00000000 00000000)
127 srad 0000001cbe991def, ffffffffffffffff => 0000000000000000 (00000000 00000000)
128 srad ffffffffffffffff, 0000000000000000 => ffffffffffffffff (00000000 00000000)
129 srad ffffffffffffffff, 0000001cbe991def => ffffffffffffffff (00000000 20000000)
130 srad ffffffffffffffff, ffffffffffffffff => ffffffffffffffff (00000000 20000000)
263 srad. 0000000000000000, 0000000000000000 => 0000000000000000 (20000000 00000000)
[all …]
Djm-int.stdout.exp-LE734 srad 0000000000000000, 0000000000000000 => 0000000000000000 (00000000 00000000)
735 srad 0000000000000000, 0000001cbe991def => 0000000000000000 (00000000 00000000)
736 srad 0000000000000000, ffffffffffffffff => 0000000000000000 (00000000 00000000)
737 srad 0000001cbe991def, 0000000000000000 => 0000001cbe991def (00000000 00000000)
738 srad 0000001cbe991def, 0000001cbe991def => 0000000000000000 (00000000 00000000)
739 srad 0000001cbe991def, ffffffffffffffff => 0000000000000000 (00000000 00000000)
740 srad ffffffffffffffff, 0000000000000000 => ffffffffffffffff (00000000 00000000)
741 srad ffffffffffffffff, 0000001cbe991def => ffffffffffffffff (00000000 20000000)
742 srad ffffffffffffffff, ffffffffffffffff => ffffffffffffffff (00000000 20000000)
875 srad. 0000000000000000, 0000000000000000 => 0000000000000000 (20000000 00000000)
[all …]
Djm-int_other.stdout.exp122 srad 0000000000000000, 0000000000000000 => 0000000000000000 (00000000 00000000)
123 srad 0000000000000000, 0000001cbe991def => 0000000000000000 (00000000 00000000)
124 srad 0000000000000000, ffffffffffffffff => 0000000000000000 (00000000 00000000)
125 srad 0000001cbe991def, 0000000000000000 => 0000001cbe991def (00000000 00000000)
126 srad 0000001cbe991def, 0000001cbe991def => 0000000000000000 (00000000 00000000)
127 srad 0000001cbe991def, ffffffffffffffff => 0000000000000000 (00000000 00000000)
128 srad ffffffffffffffff, 0000000000000000 => ffffffffffffffff (00000000 00000000)
129 srad ffffffffffffffff, 0000001cbe991def => ffffffffffffffff (00000000 20000000)
130 srad ffffffffffffffff, ffffffffffffffff => ffffffffffffffff (00000000 20000000)
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt637 # CHECK: srad 2, 3, 4
640 # CHECK: srad. 2, 3, 4
Dppc64-encoding.txt658 # CHECK: srad 2, 3, 4
661 # CHECK: srad. 2, 3, 4
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td303 // srad IntRotateD
DPPCInstr64Bit.td407 "srad $rA, $rS, $rB", IntRotateD,
/external/llvm/test/CodeGen/PowerPC/
Dvsx.ll1042 ; CHECK: srad
1043 ; CHECK: srad
/external/v8/src/ppc/
Dmacro-assembler-ppc.h87 #define ShiftRightArith srad
Dassembler-ppc.h919 void srad(Register dst, Register src1, Register src2, RCBit r = LeaveRC);
Dconstants-ppc.h1112 V(srad, SRAD, 0x7C000634) \
Dassembler-ppc.cc1522 void Assembler::srad(Register ra, Register rs, Register rb, RCBit r) { in srad() 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.td597 "srad", "$rA, $rS, $rB", IIC_IntRotateD,