/external/vixl/test/aarch32/ |
D | test-assembler-cond-rd-operand-rn-ror-amount-a32.cc | 74 ShiftType ror; member 1345 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
D | test-assembler-cond-rd-rn-operand-rm-ror-amount-t32.cc | 75 ShiftType ror; member 5135 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
D | test-assembler-cond-rd-rn-operand-rm-ror-amount-a32.cc | 75 ShiftType ror; member 5135 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
D | test-assembler-cond-rd-operand-rn-ror-amount-t32.cc | 74 ShiftType ror; member 1233 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
D | test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 139 ShiftType ror; member 597 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
D | test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 139 ShiftType ror; member 597 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
D | test-simulator-cond-rd-rn-operand-rm-ror-amount-a32.cc | 140 ShiftType ror; member 1131 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
D | test-simulator-cond-rd-rn-operand-rm-ror-amount-t32.cc | 140 ShiftType ror; member 1131 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
/external/bc/scripts/ |
D | bitfuncgen.c | 94 uint64_t ror(uint64_t a, uint64_t p, size_t bits) { in ror() function
|
/external/capstone/arch/AArch64/ |
D | AArch64AddressingModes.h | 119 static inline uint64_t ror(uint64_t elt, unsigned size) in ror() function
|
/external/selinux/libsemanage/src/ |
D | sha256.c | 22 #define ror(value, bits) (((value) >> (bits)) | ((value) << (32 - (bits)))) macro
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.cc | 639 static inline uint32_t ror(uint32_t x, int i) { in ror() function
|
D | assembler-aarch32.h | 2889 void ror(Register rd, Register rm, const Operand& operand) { in ror() function 2892 void ror(Condition cond, Register rd, Register rm, const Operand& operand) { in ror() function 2895 void ror(EncodingSize size, in ror() function
|
D | assembler-aarch32.cc | 8927 void Assembler::ror(Condition cond, in ror() function in vixl::aarch32::Assembler
|
D | disasm-aarch32.cc | 2288 void Disassembler::ror(Condition cond, in ror() function in vixl::aarch32::Disassembler
|
/external/musl/src/crypt/ |
D | crypt_sha512.c | 25 static uint64_t ror(uint64_t n, int k) { return (n >> k) | (n << (64-k)); } in ror() function
|
D | crypt_sha256.c | 24 static uint32_t ror(uint32_t n, int k) { return (n >> k) | (n << (32-k)); } in ror() function
|
/external/toybox/toys/lsb/ |
D | md5sum.c | 153 #define ror(value, bits) (((value) >> (bits)) | ((value) << (32 - (bits)))) macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 32 ror, enumerator
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 32 ror, enumerator
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 205 static inline uint64_t ror(uint64_t elt, unsigned size) { in ror() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 205 static inline uint64_t ror(uint64_t elt, unsigned size) { in ror() function
|
/external/mesa3d/src/intel/isl/ |
D | isl_tiled_memcpy.c | 62 ror(uint32_t n, uint32_t d) in ror() function
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 918 void ror(const Register& rd, const Register& rs, unsigned shift) { in ror() function
|