Home
last modified time | relevance | path

Searched refs:ROTL (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y56 %token LOAD_CANCEL STORE_CANCEL CANCEL IDENTITY ROTL INSBITS SETBITS EXTRANGE
778 | ROTL '(' rvalue ',' rvalue ')'
/openbmc/u-boot/lib/libavb/
H A Davb_sha256.c15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
H A Davb_sha512.c15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
/openbmc/qemu/target/rx/
H A Dinsns.decode496 # ROTL #imm, rd
498 # ROTL rs, rd
H A Dtranslate.c1448 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()