Home
last modified time | relevance | path

Searched refs:SHR (Results 1 – 3 of 3) sorted by relevance

/u-boot/include/
A Dlattice.h149 #define SHR 0x23 /* macro
/u-boot/lib/
A Dsha256.c81 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro
82 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process()
84 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) in sha256_process()
85 #define S1(x) (ROTR(x,17) ^ ROTR(x,19) ^ SHR(x,10)) in sha256_process()
/u-boot/drivers/fpga/
A Divm_core.c969 case SHR: in ispVMCode()
1283 ispVMBitShift(SHR, g_usShiftValue); in ispVMDataCode()
1953 case SHR: in ispVMBitShift()

Completed in 7 milliseconds