Home
last modified time | relevance | path

Searched refs:le_mode (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc87 if (ctx->le_mode) {
209 if (ctx->le_mode) {
329 if (ctx->le_mode) {
364 if (ctx->le_mode) {
2229 if (paired && ctx->le_mode) {
2238 get_cpu_vsr(xt, rt1, !ctx->le_mode);
2241 get_cpu_vsr(xt, rt1, ctx->le_mode);
2248 get_cpu_vsr(xt, rt2, ctx->le_mode);
2253 set_cpu_vsr(rt1, xt, !ctx->le_mode);
2256 set_cpu_vsr(rt1, xt, ctx->le_mode);
[all …]
H A Dfp-impl.c.inc831 if (unlikely(ctx->le_mode)) {
863 if (unlikely(ctx->le_mode)) {
974 if (unlikely(ctx->le_mode)) {
1006 if (unlikely(ctx->le_mode)) {
H A Dfixedpoint-impl.c.inc83 if (ctx->le_mode) {
97 if (ctx->le_mode && prefixed) {
H A Dvmx-impl.c.inc35 if (ctx->le_mode) { \
68 if (ctx->le_mode) { \
/openbmc/qemu/target/ppc/
H A Dtranslate.c174 bool pr, hv, dr, le_mode; member
213 return ctx->le_mode; in need_byteswap()
215 return !ctx->le_mode; in need_byteswap()
3355 if (ctx->le_mode) { in gen_lmw()
3372 if (ctx->le_mode) { in gen_stmw()
3401 if (ctx->le_mode) { in gen_lswi()
3427 if (ctx->le_mode) { in gen_lswx()
3447 if (ctx->le_mode) { in gen_stswi()
3468 if (ctx->le_mode) { in gen_stswx()
7273 ctx->le_mode ? "little" : "big"); in decode_legacy()
[all …]