Searched refs:cpu_macl (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 68 static TCGv cpu_vbr, cpu_sgr, cpu_dbr, cpu_mach, cpu_macl; variable 128 cpu_macl = tcg_global_mem_new_i32(tcg_env, in sh4_translate_init() 440 tcg_gen_movi_i32(cpu_macl, 0); in _decode_opc() 788 tcg_gen_muls2_i32(cpu_macl, cpu_mach, REG(B7_4), REG(B11_8)); in _decode_opc() 791 tcg_gen_mulu2_i32(cpu_macl, cpu_mach, REG(B7_4), REG(B11_8)); in _decode_opc() 834 tcg_gen_mul_i32(cpu_macl, REG(B7_4), REG(B11_8)); in _decode_opc() 843 tcg_gen_mul_i32(cpu_macl, arg0, arg1); in _decode_opc() 853 tcg_gen_mul_i32(cpu_macl, arg0, arg1); in _decode_opc()
|