Searched refs:fGEN_TCG_LOAD_AP (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | gen_tcg.h | 82 #define fGEN_TCG_LOAD_AP(RES, SIZE, SIGN) \ macro 91 fGEN_TCG_LOAD_AP(RdV, 1, u) 93 fGEN_TCG_LOAD_AP(RdV, 1, s) 95 fGEN_TCG_LOAD_AP(RdV, 2, u) 97 fGEN_TCG_LOAD_AP(RdV, 2, s) 99 fGEN_TCG_LOAD_AP(RdV, 4, u) 101 fGEN_TCG_LOAD_AP(RddV, 8, u)
|