/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 6338 __ Ror(x16, x0, x1); in TEST() local 6339 __ Ror(x17, x0, x2); in TEST() local 6340 __ Ror(x18, x0, x3); in TEST() local 6341 __ Ror(x19, x0, x4); in TEST() local 6342 __ Ror(x20, x0, x5); in TEST() local 6343 __ Ror(x21, x0, x6); in TEST() local 6345 __ Ror(w22, w0, w1); in TEST() local 6346 __ Ror(w23, w0, w2); in TEST() local 6347 __ Ror(w24, w0, w3); in TEST() local 6348 __ Ror(w25, w0, w4); in TEST() local [all …]
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 2505 void Assembler::Ror(Register rd, Register rm, const Operand &shift_imm, in Ror() function in dart::Assembler 2512 void Assembler::Ror(Register rd, Register rm, Register rs, Condition cond) { in Ror() function in dart::Assembler
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 786 __ Ror(r6, r1, 20); in TEST() local 816 __ Ror(r6, r1, r9); in TEST() local
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 2262 void Ror(const Register& rd, const Register& rs, unsigned shift) { in Ror() function 2269 void Ror(const Register& rd, const Register& rn, const Register& rm) { in Ror() function
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 3098 void Ror(Condition cond, Register rd, Register rm, const Operand& operand) { in Ror() function 3112 void Ror(Register rd, Register rm, const Operand& operand) { in Ror() function 3115 void Ror(FlagsUpdate flags, in Ror() function 3139 void Ror(FlagsUpdate flags, in Ror() function
|