Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/lib/
H A Dsstep.c62 #define IS_LE 1 macro
65 #define IS_LE 0 macro
818 reg->d[IS_LE] = (signed int) reg->d[IS_LE]; in emulate_vsx_load()
837 i = IS_LE ? 3 - j : j; in emulate_vsx_load()
843 i = IS_LE ? 3 - j : j; in emulate_vsx_load()
852 i = IS_LE ? 7 - j : j; in emulate_vsx_load()
860 i = IS_LE ? 15 - j : j; in emulate_vsx_load()
917 conv_dp_to_sp(&reg->dp[IS_LE], &buf.fp[1 + IS_LE]); in emulate_vsx_store()
934 i = IS_LE ? 3 - j : j; in emulate_vsx_store()
942 i = IS_LE ? 7 - j : j; in emulate_vsx_store()
[all …]