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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
shift.s 72 r7 = ROT r7 by -32;
73 R6 = Rot r7 by -31;
74 R5 = RoT R7 by 31;
75 R4 = Rot r7 by 30;
76 a0 = rot A0 by 0;
77 A0 = ROT a0 BY 10;
78 A1 = ROT A1 by -20;
79 A1 = ROT a1 By -32;
81 r0 = rot r1 by r2.L;
82 R0 = Rot R4 BY R3.L
    [all...]
parallel2.s 66 r7 = ROT r7 by -32 || R5 = W [P2+12] (z);
67 R6 = Rot r7 by -31 || R5 = W [P2+10] (z);
68 R5 = RoT R7 by 31 || R6 = W [P2+8] (z);
69 R4 = Rot r7 by 30 || R5 = W [P2+6] (z);
70 a0 = rot A0 by 0 || R5 = W [P3] (z);
71 A0 = ROT a0 BY 10 || R5 = W [P3++] (z);
72 A1 = ROT A1 by -20 || R5 = W [P3--] (z);
73 A1 = ROT a1 By -32 || R5 = W [P4] (z);
75 r0 = rot r1 by r2.L || R5 = W [P4++] (z);
76 R0 = Rot R4 BY R3.L || R5 = W [P4--] (z)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 320 int Rot = getT2SOImmValRotateVal(Arg);
321 if (Rot != -1)
322 return Rot;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 321 int Rot = getT2SOImmValRotateVal(Arg);
322 if (Rot != -1)
323 return Rot;
  /art/runtime/interpreter/
interpreter_intrinsics.cc 86 BINARY_II_INTRINSIC(MterpIntegerRotateRight, (Rot<int32_t, false>), SetI);
89 BINARY_II_INTRINSIC(MterpIntegerRotateLeft, (Rot<int32_t, true>), SetI);
119 BINARY_JJ_INTRINSIC(MterpLongRotateRight, (Rot<int64_t, false>), SetJ);
122 BINARY_JJ_INTRINSIC(MterpLongRotateLeft, (Rot<int64_t, true>), SetJ);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 111 Rot uint8
118 r := uint(i.Rot)
123 return fmt.Sprintf("#%#x, %d", i.Val, i.Rot)
gnu.go 75 return fmt.Sprintf("#%d, %d", arg.Val, arg.Rot)
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 111 Rot uint8
118 r := uint(i.Rot)
123 return fmt.Sprintf("#%#x, %d", i.Val, i.Rot)
gnu.go 75 return fmt.Sprintf("#%d, %d", arg.Val, arg.Rot)
  /art/runtime/base/
bit_utils.h 336 inline static T Rot(T opnd, int distance) {
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstARM32.cpp 382 for (int Rot = 1; Rot < 16; Rot++) {
383 uint32_t Imm8 = Utils::rotateLeft32(Immediate, 2 * Rot);
385 *RotateAmt = Rot;
    [all...]
IceAssemblerARM32.cpp     [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 825 APInt Rot(256, "3fff80000000000000000000000000000000000040008000", 16);
826 EXPECT_EQ(Rot, Big.rotr(144));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 553 unsigned Rot;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 4602 milliseconds