/external/capstone/arch/ARM/ |
D | ARMAddressingModes.h | 87 static inline unsigned rotr32(unsigned Val, unsigned Amt) in rotr32() function 163 if ((rotr32(Imm, RotAmt) & ~255U) == 0) in getSOImmValRotate() 171 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate() 194 if (rotr32(~255U, RotAmt) & Arg) in getSOImmVal() 206 V = rotr32(~255U, getSOImmValRotate(V)) & V; in isSOImmTwoPartVal() 211 V = rotr32(~255U, getSOImmValRotate(V)) & V; in isSOImmTwoPartVal() 219 return rotr32(255U, getSOImmValRotate(V)) & V; in getSOImmTwoPartFirst() 227 V = rotr32(~255U, getSOImmValRotate(V)) & V; in getSOImmTwoPartSecond() 329 if ((rotr32(0xff000000U, RotAmt) & V) == V) in getT2SOImmValRotateVal() 330 return (rotr32(V, 24 - RotAmt) & 0x7f) | ((RotAmt + 8) << 7); in getT2SOImmValRotateVal() [all …]
|
D | ARMInstPrinter.c | 2359 Rotated = rotr32(Bits, Rot); in printModImmOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 86 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() function 142 if ((rotr32(Imm, RotAmt) & ~255U) == 0) in getSOImmValRotate() 150 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate() 171 if (rotr32(~255U, RotAmt) & Arg) in getSOImmVal() 182 V = rotr32(~255U, getSOImmValRotate(V)) & V; in isSOImmTwoPartVal() 187 V = rotr32(~255U, getSOImmValRotate(V)) & V; in isSOImmTwoPartVal() 194 return rotr32(255U, getSOImmValRotate(V)) & V; in getSOImmTwoPartFirst() 201 V = rotr32(~255U, getSOImmValRotate(V)) & V; in getSOImmTwoPartSecond() 204 assert(V == (rotr32(255U, getSOImmValRotate(V)) & V)); in getSOImmTwoPartSecond() 296 if ((rotr32(0xff000000U, RotAmt) & V) == V) in getT2SOImmValRotateVal() [all …]
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 86 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() function 142 if ((rotr32(Imm, RotAmt) & ~255U) == 0) in getSOImmValRotate() 150 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate() 171 if (rotr32(~255U, RotAmt) & Arg) in getSOImmVal() 182 V = rotr32(~255U, getSOImmValRotate(V)) & V; in isSOImmTwoPartVal() 187 V = rotr32(~255U, getSOImmValRotate(V)) & V; in isSOImmTwoPartVal() 194 return rotr32(255U, getSOImmValRotate(V)) & V; in getSOImmTwoPartFirst() 201 V = rotr32(~255U, getSOImmValRotate(V)) & V; in getSOImmTwoPartSecond() 204 assert(V == (rotr32(255U, getSOImmValRotate(V)) & V)); in getSOImmTwoPartSecond() 219 return !(rotr32(~255U, getSOImmValRotate(First)) & First); in isSOImmTwoPartValNeg() [all …]
|
D | ARMInstPrinter.cpp | 1390 int32_t Rotated = ARM_AM::rotr32(Bits, Rot); in printModImmOperand()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 86 static inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() function 150 if ((rotr32(Imm, RotAmt) & ~255U) == 0) in getSOImmValRotate() 158 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate() 179 if (rotr32(~255U, RotAmt) & Arg) in getSOImmVal() 190 V = rotr32(~255U, getSOImmValRotate(V)) & V; in isSOImmTwoPartVal() 195 V = rotr32(~255U, getSOImmValRotate(V)) & V; in isSOImmTwoPartVal() 202 return rotr32(255U, getSOImmValRotate(V)) & V; in getSOImmTwoPartFirst() 209 V = rotr32(~255U, getSOImmValRotate(V)) & V; in getSOImmTwoPartSecond() 212 assert(V == (rotr32(255U, getSOImmValRotate(V)) & V)); in getSOImmTwoPartSecond() 304 if ((rotr32(0xff000000U, RotAmt) & V) == V) in getT2SOImmValRotateVal() [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins.cpp | 48 extern uint32_t rotr32; 49 decltype(__builtin_rotateright32(0,0)) rotr32 = 42; variable
|
D | builtin-rotate.c | 51 unsigned int rotr32(unsigned int x, int y) { in rotr32() function
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2s-ref.c | 245 d = rotr32(d ^ a, 16); \ in blake2s_compress() 247 b = rotr32(b ^ c, 12); \ in blake2s_compress() 249 d = rotr32(d ^ a, 8); \ in blake2s_compress() 251 b = rotr32(b ^ c, 7); \ in blake2s_compress()
|
D | blake2-impl.h | 128 static inline uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32() function
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | rotl-2.ll | 18 define i32 @rotr32(i32 %A, i8 %Amt) nounwind { 19 ; CHECK-LABEL: rotr32:
|
/external/llvm-project/lld/ELF/Arch/ |
D | ARM.cpp | 421 static uint32_t rotr32(uint32_t val, uint32_t amt) { in rotr32() function 451 if ((rotr32(imm, rotAmt) & ~255U) == 0) in getSOImmValRotate() 459 if ((rotr32(imm, rotAmt2) & ~255U) == 0) in getSOImmValRotate() 647 if (rotr32(~255U, rotAmt) & val) in relocate() 812 uint32_t val = rotr32(instr & 0xff, ((instr & 0xf00) >> 8) * 2); in getImplicitAddend()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rotl-2.ll | 16 define i32 @rotr32(i32 %A, i8 %Amt) nounwind {
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 312 ThisVal = ThisVal & ARM_AM::rotr32(0xff000000U, RotAmt); in emitT2RegPlusImmediate() 329 ThisVal = ThisVal & ARM_AM::rotr32(0xff000000U, RotAmt); in emitT2RegPlusImmediate() 518 unsigned ThisImmVal = Offset & ARM_AM::rotr32(0xff000000U, RotAmt); in rewriteT2FrameIndex()
|
D | ARMBaseInstrInfo.cpp | 2017 unsigned ThisVal = NumBytes & ARM_AM::rotr32(0xFF, RotAmt); in emitARMRegPlusImmediate() 2182 unsigned ThisImmVal = Offset & ARM_AM::rotr32(0xFF, RotAmt); in rewriteARMFrameIndex()
|
/external/llvm/test/CodeGen/X86/ |
D | rotate.ll | 14 define i32 @rotr32(i32 %A, i8 %Amt) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 341 ThisVal = ThisVal & ARM_AM::rotr32(0xff000000U, RotAmt); in emitT2RegPlusImmediate() 546 unsigned ThisImmVal = Offset & ARM_AM::rotr32(0xff000000U, RotAmt); in rewriteT2FrameIndex()
|
D | ARMBaseInstrInfo.cpp | 2375 unsigned ThisVal = NumBytes & ARM_AM::rotr32(0xFF, RotAmt); in emitARMRegPlusImmediate() 2556 unsigned ThisImmVal = Offset & ARM_AM::rotr32(0xFF, RotAmt); in rewriteARMFrameIndex()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | rotate.ll | 221 define i32 @rotr32(i32 %A, i8 %Amt) nounwind { 222 ; X86-LABEL: rotr32: 229 ; X64-LABEL: rotr32:
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 388 ThisVal = ThisVal & ARM_AM::rotr32(0xff000000U, RotAmt); in emitT2RegPlusImmediate() 593 unsigned ThisImmVal = Offset & ARM_AM::rotr32(0xff000000U, RotAmt); in rewriteT2FrameIndex()
|
D | ARMBaseInstrInfo.cpp | 2425 unsigned ThisVal = NumBytes & ARM_AM::rotr32(0xFF, RotAmt); in emitARMRegPlusImmediate() 2606 unsigned ThisImmVal = Offset & ARM_AM::rotr32(0xFF, RotAmt); in rewriteARMFrameIndex()
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 1429 int32_t Rotated = ARM_AM::rotr32(Bits, Rot); in printModImmOperand()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 6876 ARM_AM::rotr32(Enc & 0xFF, (Enc & 0xF00) >> 7))); in processInstruction()
|
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 8607 ARM_AM::rotr32(Enc & 0xFF, (Enc & 0xF00) >> 7))); in processInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 8320 ARM_AM::rotr32(Enc & 0xFF, (Enc & 0xF00) >> 7))); in processInstruction()
|