Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dtranslate.c3389 int32_t const16; in decode_sc_opc()
3391 const16 = MASK_OP_SC_CONST8(ctx->opcode); in decode_sc_opc()
3395 tcg_gen_andi_i32(cpu_gpr_d[15], cpu_gpr_d[15], const16); in decode_sc_opc()
3399 gen_helper_1arg(bisr, const16 & 0xff); in decode_slr_opc()
3405 gen_offset_ld(ctx, cpu_gpr_a[15], cpu_gpr_a[10], const16 * 4, MO_LESL); in decode_slr_opc()
3408 gen_offset_ld(ctx, cpu_gpr_d[15], cpu_gpr_a[10], const16 * 4, MO_LESL); in decode_slr_opc()
3411 tcg_gen_movi_i32(cpu_gpr_d[15], const16); in decode_slr_opc()
3414 tcg_gen_ori_i32(cpu_gpr_d[15], cpu_gpr_d[15], const16); in decode_slr_opc()
3417 gen_offset_st(ctx, cpu_gpr_a[15], cpu_gpr_a[10], const16 * 4, MO_LESL); in decode_slr_opc()
3420 gen_offset_st(ctx, cpu_gpr_d[15], cpu_gpr_a[10], const16 * in decode_slr_opc()
3356 int32_t const16; decode_sc_opc() local
3548 int32_t const16; decode_16Bit_opc() local
5520 int32_t const16; decode_rlc_opc() local
8011 int32_t address, const16; decode_32Bit_opc() local
[all...]