Home
last modified time | relevance | path

Searched refs:tmp3 (Results 1 – 6 of 6) 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()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c2790 TCGv_i32 ahp, tmp, tmp2, tmp3; in trans_VCVT_F16_F32() local
2823 tmp3 = tcg_temp_new_i32(); in trans_VCVT_F16_F32()
2824 read_neon_element32(tmp3, a->vm, 3, MO_32); in trans_VCVT_F16_F32()
2826 gen_helper_vfp_fcvt_f32_to_f16(tmp3, tmp3, fpst, ahp); in trans_VCVT_F16_F32()
2827 tcg_gen_shli_i32(tmp3, tmp3, 16); in trans_VCVT_F16_F32()
2828 tcg_gen_or_i32(tmp3, tmp3, tmp); in trans_VCVT_F16_F32()
2829 write_neon_element32(tmp3, in trans_VCVT_F16_F32()
2836 TCGv_i32 ahp, tmp, tmp2, tmp3; trans_VCVT_F32_F16() local
[all...]
H A Dtranslate.c1479 TCGv_i32 tmp, tmp2, tmp3; disas_iwmmxt_insn() local