Searched refs:ROTR (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/microblaze/others/
H A Dmem_reload.c22 #define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro
23 #define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
24 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
/haiku-buildtools/binutils/gas/
H A Drx-parse.h149 ROTR = 359, enumerator in enum:yytokentype
283 #define ROTR 359 macro
H A Drx-parse.c322 ROTR = 359, enumerator in enum:yytokentype
456 #define ROTR 359 macro
853 "REVL", "REVW", "RMPA", "ROLC", "RORC", "ROTL", "ROTR", "ROUND", "RTE",
4092 OPC(ROTR),
/haiku-buildtools/binutils/gas/config/
H A Drx-parse.y164 %token RACL RACW RDACL RDACW REIT REVL REVW RMPA ROLC RORC ROTL ROTR ROUND
780 | ROTR { sub_op = 4; } op_shift_rot
803 | ROTR '#' EXPR ',' REG
988 /* 000:SHLR, 001:SHAR, 010:SHLL, 011:-, 100:ROTR, 101:REVW, 110:ROTL, 111:REVL */
1244 OPC(ROTR),
/haiku-buildtools/binutils/opcodes/
H A Dnds32-dis.c592 case ALU1 (ROTR):
H A Dnds32-asm.c341 {"rotr", "=rt,%ra,%rb", ALU1 (ROTR), 4, ATTR_ALL, 0, NULL, 0, NULL},

Completed in 155 milliseconds