Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c208 #define SWAP32(x) ((((x) & 0x000000ff) << 24) | \ macro
220 #define SWAP32(x) (x) macro
430 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 …]
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp866 MI->getOpcode() == Alpha::SWAP32 || in EmitInstrWithCustomInserter()
872 MI->getOpcode() == Alpha::SWAP32; in EmitInstrWithCustomInserter()
927 case Alpha::SWAP32: in EmitInstrWithCustomInserter()
DAlphaInstrInfo.td178 def SWAP32 : PseudoInstAlpha<(outs GPRC:$dst), (ins GPRC:$ptr, GPRC:$swp), "",