Searched refs:gen_helper_0e1i (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.h | 124 #define gen_helper_0e1i(name, arg1, arg2) do { \ macro
|
H A D | translate.c | 5058 gen_helper_0e1i(mthc0_watchhi, arg, sel); in gen_mthc0() 6337 gen_helper_0e1i(mtc0_watchlo, arg, sel); in gen_mtc0() 6355 gen_helper_0e1i(mtc0_watchhi, arg, sel); in gen_mtc0() 7798 gen_helper_0e1i(mtc0_watchlo, arg, sel); in gen_dmtc0() 7816 gen_helper_0e1i(mtc0_watchhi, arg, sel); in gen_dmtc0() 8403 gen_helper_0e1i(mttgpr, t0, rd); in gen_mttr() 8409 gen_helper_0e1i(mttlo, t0, 0); in gen_mttr() 8412 gen_helper_0e1i(mtthi, t0, 0); in gen_mttr() 8415 gen_helper_0e1i(mttacx, t0, 0); in gen_mttr() 8418 gen_helper_0e1i(mttlo, t0, 1); in gen_mttr() [all …]
|