Searched refs:IS_LE (Results 1 – 1 of 1) sorted by relevance
62 #define IS_LE 1 macro65 #define IS_LE 0 macro818 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(®->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 …]