Searched refs:ROTL (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 56 %token LOAD_CANCEL STORE_CANCEL CANCEL IDENTITY ROTL INSBITS SETBITS EXTRANGE 778 | ROTL '(' rvalue ',' rvalue ')'
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_sha256.c | 15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
|
H A D | avb_sha512.c | 15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
|
/openbmc/qemu/target/rx/ |
H A D | insns.decode | 496 # ROTL #imm, rd 498 # ROTL rs, rd
|
H A D | translate.c | 1448 enum {ROTR = 0, ROTL = 1}; enumerator 1453 case ROTL: in rx_rot() 1477 rx_rot(ROT_IMM, ROTL, a->rd, a->imm); in trans_ROTL_ir() 1484 rx_rot(ROT_REG, ROTL, a->rd, a->rs); in trans_ROTL_rr()
|