Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc771 if (unlikely(ctx->le_mode)) {
803 if (unlikely(ctx->le_mode)) {
914 if (unlikely(ctx->le_mode)) {
946 if (unlikely(ctx->le_mode)) {
H A Dvsx-impl.c.inc90 if (ctx->le_mode) {
198 if (ctx->le_mode) {
343 if (ctx->le_mode) {
376 if (ctx->le_mode) {
2193 if (paired && ctx->le_mode) {
H A Dfixedpoint-impl.c.inc83 if (ctx->le_mode) {
97 if (ctx->le_mode && prefixed) {
/openbmc/qemu/target/ppc/
H A Dtranslate.c173 bool pr, hv, dr, le_mode; member
215 return ctx->le_mode; in need_byteswap()
217 return !ctx->le_mode; in need_byteswap()
2760 if (ctx->le_mode) { in gen_lmw()
2777 if (ctx->le_mode) { in gen_stmw()
2806 if (ctx->le_mode) { in gen_lswi()
2832 if (ctx->le_mode) { in gen_lswx()
2852 if (ctx->le_mode) { in gen_stswi()
2873 if (ctx->le_mode) { in gen_stswx()
6428 ctx->le_mode ? "little" : "big"); in decode_legacy()
[all …]