Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc423 get_avr64(avr, VB, true);
425 get_avr64(avr, VA, true);
429 get_avr64(avr, VB, false);
431 get_avr64(avr, VA, false);
445 get_avr64(t0, VB, true);
446 get_avr64(t1, VA, true);
450 get_avr64(t0, VB, false);
451 get_avr64(t1, VA, false);
561 get_avr64(avr, VA, true);
592 get_avr64(avr, VA, true);
[all …]
/openbmc/qemu/target/ppc/
H A Dtranslate.c6244 static inline void get_avr64(TCGv_i64 dst, int regno, bool high) in get_avr64() function