Searched refs:rorv (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/none/tests/arm64/
H A Dinteger.stdout.exp1933 rorv x21,x20,x19 :: rd 8a258aa089fbe992 rm 4b154113f7d32514, rn cce230caafbf9cc9, cin 0, nzcv 00000000
1934 rorv x21,x20,x19 :: rd 3c4ccf575655c875 rm 33d5d595721d4f13, rn f4509311f443a7ce, cin 0, nzcv 00000000
1935 rorv x21,x20,x19 :: rd cbc174a3c6de6954 rm 4a3c6de6954cbc17, rn 111b21e39fbd7254, cin 0, nzcv 00000000
1936 rorv x21,x20,x19 :: rd 3b46c1131beed719 rm fbb5c64ed1b044c6, rn 33ca4c4fb3960326, cin 0, nzcv 00000000
1937 rorv x21,x20,x19 :: rd 75f03d4a0adf164e rm 2b7c5939d7c0f528, rn b73870a5a6630162, cin 0, nzcv 00000000
1938 rorv x21,x20,x19 :: rd d017f20c8c562e6d rm 02fe41918ac5cdba, rn 48e0815289728f05, cin 0, nzcv 00000000
1939 rorv x21,x20,x19 :: rd a3ce07c61eebad82 rm b60a8f381f187bae, rn 008c208cc413ff72, cin 0, nzcv 00000000
1940 rorv x21,x20,x19 :: rd b60a8f381f187bae rm b60a8f381f187bae, rn 008c208cc413ff00, cin 0, nzcv 00000000
1941 rorv x21,x20,x19 :: rd 5b05479c0f8c3dd7 rm b60a8f381f187bae, rn 008c208cc413ff01, cin 0, nzcv 00000000
1942 rorv x2
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-arithmetic-encoding.s406 rorv w1, w2, w3
407 rorv x1, x2, x3
H A Dbasic-a64-instructions.s1526 rorv w0, w1, w2
1527 rorv x3, x4, x5
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h1057 rorv(rd, rn, rm);
H A Dassembler-arm64.h1125 void rorv(const Register& rd, const Register& rn, const Register& rm);
H A Dassembler-arm64.cc1276 void Assembler::rorv(const Register& rd, function in class:v8::internal::Assembler
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h681 void rorv(const Register& rd, const Register& rn, const Register& rm);
H A Dmacro-assembler-aarch64.h1776 rorv(rd, rn, rm);
H A Dassembler-aarch64.cc581 void Assembler::rorv(const Register& rd, function in class:vixl::aarch64::Assembler
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc277 __ rorv(w26, w27, w28);
278 __ rorv(x29, x2, x3);
H A Dtest-disasm-aarch64.cc920 COMPARE(rorv(w18, w19, w20), "ror w18, w19, w20");
921 COMPARE(rorv(x21, x22, x23), "ror x21, x22, x23");
H A Dtest-assembler-aarch64.cc9600 TEST(rorv) {
9618 __ rorv(x0, x0, xzr);

Completed in 397 milliseconds