Home
last modified time | relevance | path

Searched refs:tcg_rn_regno (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c10750 TCGv_i32 tcg_rd_regno, tcg_rn_regno, tcg_decrypt; in disas_crypto_aes() local
10786 tcg_rn_regno = tcg_const_i32(tcg_ctx, rn << 1); in disas_crypto_aes()
10792 tcg_temp_free_i32(tcg_ctx, tcg_rn_regno); in disas_crypto_aes()
10811 TCGv_i32 tcg_rd_regno, tcg_rn_regno, tcg_rm_regno; in disas_crypto_three_reg_sha() local
10847 tcg_rn_regno = tcg_const_i32(tcg_ctx, rn << 1); in disas_crypto_three_reg_sha()
10856 tcg_rn_regno, tcg_rm_regno, tcg_opcode); in disas_crypto_three_reg_sha()
10861 tcg_temp_free_i32(tcg_ctx, tcg_rn_regno); in disas_crypto_three_reg_sha()
10880 TCGv_i32 tcg_rd_regno, tcg_rn_regno; in disas_crypto_two_reg_sha() local
10911 tcg_rn_regno = tcg_const_i32(tcg_ctx, rn << 1); in disas_crypto_two_reg_sha()
10913 genfn(tcg_ctx, tcg_ctx->cpu_env, tcg_rd_regno, tcg_rn_regno); in disas_crypto_two_reg_sha()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c10750 TCGv_i32 tcg_rd_regno, tcg_rn_regno, tcg_decrypt; in disas_crypto_aes() local
10786 tcg_rn_regno = tcg_const_i32(tcg_ctx, rn << 1); in disas_crypto_aes()
10792 tcg_temp_free_i32(tcg_ctx, tcg_rn_regno); in disas_crypto_aes()
10811 TCGv_i32 tcg_rd_regno, tcg_rn_regno, tcg_rm_regno; in disas_crypto_three_reg_sha() local
10847 tcg_rn_regno = tcg_const_i32(tcg_ctx, rn << 1); in disas_crypto_three_reg_sha()
10856 tcg_rn_regno, tcg_rm_regno, tcg_opcode); in disas_crypto_three_reg_sha()
10861 tcg_temp_free_i32(tcg_ctx, tcg_rn_regno); in disas_crypto_three_reg_sha()
10880 TCGv_i32 tcg_rd_regno, tcg_rn_regno; in disas_crypto_two_reg_sha() local
10911 tcg_rn_regno = tcg_const_i32(tcg_ctx, rn << 1); in disas_crypto_two_reg_sha()
10913 genfn(tcg_ctx, tcg_ctx->cpu_env, tcg_rd_regno, tcg_rn_regno); in disas_crypto_two_reg_sha()
[all …]