Searched refs:DO_TB (Results 1 – 1 of 1) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3024 #define DO_TB(SUFF, TYPE, H) \ macro 3059 DO_TB(b, uint8_t, H1) 3060 DO_TB(h, uint16_t, H2) 3061 DO_TB(s, uint32_t, H4) 3062 DO_TB(d, uint64_t, H8) 3064 #undef DO_TB
|