Home
last modified time | relevance | path

Searched refs:Rot (Results 1 – 25 of 27) sorted by relevance

12

/external/capstone/arch/ARM/
DARMAddressingModes.h341 int Rot; in getT2SOImmVal() local
348 Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal()
349 if (Rot != -1) in getT2SOImmVal()
350 return Rot; in getT2SOImmVal()
DARMInstPrinter.c2344 unsigned Rot = (MCOperand_getImm(Op) & 0xF00) >> 7; in printModImmOperand() local
2359 Rotated = rotr32(Bits, Rot); in printModImmOperand()
2384 SStream_concat(O, "#%u, #%u", Bits, Rot); in printModImmOperand()
2390 MI->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].imm = Rot; in printModImmOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h313 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
314 if (Rot != -1) in getT2SOImmVal()
315 return Rot; in getT2SOImmVal()
DARMInstPrinter.cpp1376 unsigned Rot = (Op.getImm() & 0xF00) >> 7; in printModImmOperand() local
1390 int32_t Rotated = ARM_AM::rotr32(Bits, Rot); in printModImmOperand()
1404 << Rot << markup(">"); in printModImmOperand()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h327 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
328 if (Rot != -1) in getT2SOImmVal()
329 return Rot; in getT2SOImmVal()
DARMInstPrinter.cpp1376 unsigned Rot = (Op.getImm() & 0xF00) >> 7; in printModImmOperand() local
1390 int32_t Rotated = ARM_AM::rotr32(Bits, Rot); in printModImmOperand()
1404 << Rot << markup(">"); in printModImmOperand()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h321 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
322 if (Rot != -1) in getT2SOImmVal()
323 return Rot; in getT2SOImmVal()
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp1415 unsigned Rot = (Op.getImm() & 0xF00) >> 7; in printModImmOperand() local
1429 int32_t Rotated = ARM_AM::rotr32(Bits, Rot); in printModImmOperand()
1443 << Rot << markup(">"); in printModImmOperand()
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp377 for (int Rot = 1; Rot < 16; Rot++) { in canHoldImm() local
378 uint32_t Imm8 = Utils::rotateLeft32(Immediate, 2 * Rot); in canHoldImm()
380 *RotateAmt = Rot; in canHoldImm()
DIceAssemblerARM32.cpp1193 IValueT Rot = encodeRotation(Rotation); in emitSignExtend() local
1194 if (!Utils::IsUint(2, Rot)) in emitSignExtend()
1199 (Rot << kRotationShift) | B6 | B5 | B4 | (Rm << kRmShift); in emitSignExtend()
/external/llvm/unittests/ADT/
DAPIntTest.cpp825 APInt Rot(256, "3fff80000000000000000000000000000000000040008000", 16); in TEST() local
826 EXPECT_EQ(Rot, Big.rotr(144)); in TEST()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp1198 SDValue Rot = getInstr(Hexagon::V6_valignbi, dl, ByteTy, in compressHvxPred() local
1200 SDValue Vor = DAG.getNode(ISD::OR, dl, ByteTy, {Vrmpy, Rot}); in compressHvxPred()
2222 SDValue Rot = DAG.getNode(ISD::ADD, dl, ty(Rot0), {Rot0, Rot1}); in PerformHvxDAGCombine() local
2223 return DAG.getNode(HexagonISD::VROR, dl, ty(Op), {Vec, Rot}); in PerformHvxDAGCombine()
/external/icu/icu4c/source/data/zone/
Dpcm.txt625 ec{"Rotẹ́ra"}
1773 ls{"Rotẹ́ra Taim"}
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2791 if (Instruction *Rot = foldSelectRotate(SI)) in visitSelectInst() local
2792 return Rot; in visitSelectInst()
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp1540 APInt Rot(256, "3fff80000000000000030000000000000000000040008000", 16); in TEST() local
1541 EXPECT_EQ(Rot, Big.rotr(144)); in TEST()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp553 unsigned Rot; member
1857 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()
2693 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot, in CreateModImm() argument
2697 Op->ModImm.Rot = Rot; in CreateModImm()
2967 << ModImm.Rot << ")>"; in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp824 unsigned Rot; member
2485 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()
3504 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot, in CreateModImm() argument
3508 Op->ModImm.Rot = Rot; in CreateModImm()
3823 << ModImm.Rot << ")>"; in print()
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp890 unsigned Rot; member
2551 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()
3570 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot, in CreateModImm() argument
3574 Op->ModImm.Rot = Rot; in CreateModImm()
3888 << ModImm.Rot << ")>"; in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5680 auto *Rot = Builder.CreateOr(LShr, Shl); in ReduceSwitchRange() local
5681 SI->replaceUsesOfWith(SI->getCondition(), Rot); in ReduceSwitchRange()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5834 auto *Rot = Builder.CreateOr(LShr, Shl); in ReduceSwitchRange() local
5835 SI->replaceUsesOfWith(SI->getCondition(), Rot); in ReduceSwitchRange()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3857 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR() local
3858 return SDValue(Rot, 0); in visitOR()
4067 SDValue Rot = DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT, in MatchRotate() local
4088 Rot = DAG.getNode(ISD::AND, DL, VT, Rot, Mask); in MatchRotate()
4091 return Rot.getNode(); in MatchRotate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5942 if (SDValue Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR() local
5943 return Rot; in visitOR()
6268 if (SDValue Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) { in MatchRotate() local
6269 return DAG.getNode(ISD::TRUNCATE, SDLoc(LHS), LHS.getValueType(), Rot); in MatchRotate()
6337 SDValue Rot = DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT, in MatchRotate() local
6356 Rot = DAG.getNode(ISD::AND, DL, VT, Rot, Mask); in MatchRotate()
6359 return Rot; in MatchRotate()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6355 if (SDValue Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR() local
6356 return Rot; in visitOR()
6758 if (SDValue Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) { in MatchRotate() local
6759 return DAG.getNode(ISD::TRUNCATE, SDLoc(LHS), LHS.getValueType(), Rot); in MatchRotate()
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dwords.shakespeare.txt.gz1a 2A 3Aaron 4AARON 5abaissiez 6abandon 7abandoned 8abase 9Abase 10 ...
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp12360 SDValue Rot = DAG.getNode(ISD::OR, DL, RotateVT, SHL, SRL); in lowerShuffleAsBitRotate() local
12361 return DAG.getBitcast(VT, Rot); in lowerShuffleAsBitRotate()
12364 SDValue Rot = in lowerShuffleAsBitRotate() local
12367 return DAG.getBitcast(VT, Rot); in lowerShuffleAsBitRotate()

12