Home
last modified time | relevance | path

Searched refs:tmp3 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/tcg/aarch64/system/
H A Dmte.S16 #define tmp3 x5 /* Sctatch register. */ macro
60 mov tmp3, (1 << 43) | (1 << 40)
61 orr tmp2, tmp2, tmp3
/openbmc/u-boot/scripts/
H A Dbuild-whitelist.sh48 |sort |uniq >scripts/config_whitelist.txt.tmp3
53 comm -12 scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt \
57 mv scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt
/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c97 uint64_t tmp3 = tmp2; in helper_rotx() local
107 tmp3 |= 1LL << i; in helper_rotx()
109 tmp3 &= ~(1LL << i); in helper_rotx()
114 uint64_t tmp4 = tmp3; in helper_rotx()
123 if (tmp3 & (1LL << (i + 2))) { in helper_rotx()
/openbmc/u-boot/lib/
H A Daes.c514 u8 tmp0, tmp1, tmp2, tmp3, tmp4; in aes_expand_key() local
523 tmp3 = expkey[4*idx - 1]; in aes_expand_key()
525 tmp4 = tmp3; in aes_expand_key()
526 tmp3 = sbox[tmp0]; in aes_expand_key()
534 tmp3 = sbox[tmp3]; in aes_expand_key()
540 expkey[4*idx+3] = expkey[4*idx - 4*AES_KEYCOLS + 3] ^ tmp3; in aes_expand_key()