Searched refs:SWAP32 (Results 1 – 3 of 3) sorted by relevance
208 #define SWAP32(x) ((((x) & 0x000000ff) << 24) | \ macro220 #define SWAP32(x) (x) macro430 SWAP32((video_font_draw_table32 in video_drawchars()433 SWAP32((video_font_draw_table32 in video_drawchars()436 SWAP32((video_font_draw_table32 in video_drawchars()439 SWAP32((video_font_draw_table32 in video_drawchars()447 SWAP32((video_font_draw_table32 in video_drawchars()450 SWAP32((video_font_draw_table32 in video_drawchars()453 SWAP32((video_font_draw_table32 in video_drawchars()456 SWAP32((video_font_draw_table32 in video_drawchars()[all …]
866 MI->getOpcode() == Alpha::SWAP32 || in EmitInstrWithCustomInserter()872 MI->getOpcode() == Alpha::SWAP32; in EmitInstrWithCustomInserter()927 case Alpha::SWAP32: in EmitInstrWithCustomInserter()
178 def SWAP32 : PseudoInstAlpha<(outs GPRC:$dst), (ins GPRC:$ptr, GPRC:$swp), "",