Searched refs:PALIGN (Results 1 – 10 of 10) sorted by relevance
/external/dtc/ |
D | fdtdump.c | 22 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro 106 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob() 136 p = PALIGN(p, 8); in dump_blob() 139 p = PALIGN(p + sz, 4); in dump_blob()
|
/external/dtc/tests/ |
D | tests.h | 36 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 252 PALIGN, enumerator
|
D | X86InstrFragmentsSIMD.td | 124 def X86PAlign : SDNode<"X86ISD::PALIGN", SDTShuff3OpI>;
|
D | X86InstrMMX.td | 91 /// PALIGN MMX instructions (require SSSE3).
|
D | X86ISelLowering.cpp | 2790 case X86ISD::PALIGN: in isTargetShuffle() 2862 case X86ISD::PALIGN: in getTargetShuffleNode() 4636 case X86ISD::PALIGN: in getShuffleScalarElt() 6754 return getTargetShuffleNode(X86ISD::PALIGN, dl, VT, V1, V2, in LowerVECTOR_SHUFFLE() 10712 case X86ISD::PALIGN: return "X86ISD::PALIGN"; in getTargetNodeName() 14226 case X86ISD::PALIGN: in PerformDAGCombine()
|
D | X86InstrSSE.td | 4939 defm PALIGN : ssse3_palign<"palignr">;
|
D | X86GenDAGISel.inc | 46065 /*SwitchOpcode*/ 21|128,1/*149*/, TARGET_VAL(X86ISD::PALIGN),// ->96368
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 112 /// PALIGN MMX instructions (require SSSE3).
|
/external/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 170 /// PALIGN MMX instructions (require SSSE3).
|