/external/llvm/test/CodeGen/SystemZ/Large/ |
branch-range-03.py | 102 print ' %%aext%d = sext i8 %%acur%d to i32' % (i, i) 103 print ' %%atest%d = icmp eq i32 %%limit, %%aext%d' % (i, i)
|
branch-range-04.py | 106 print ' %%aext%d = sext i8 %%acur%d to i64' % (i, i) 107 print ' %%atest%d = icmp eq i64 %%limit, %%aext%d' % (i, i)
|
branch-range-05.py | 104 print ' %%aext%d = sext i8 %%acur%d to i32' % (i, i) 105 print ' %%atest%d = icmp slt i32 %%aext%d, %d' % (i, i, i + 100)
|
branch-range-06.py | 104 print ' %%aext%d = sext i8 %%acur%d to i64' % (i, i) 105 print ' %%atest%d = icmp slt i64 %%aext%d, %d' % (i, i, i + 100)
|
branch-range-09.py | 102 print ' %%aext%d = sext i8 %%acur%d to i32' % (i, i) 103 print ' %%atest%d = icmp ult i32 %%limit, %%aext%d' % (i, i)
|
branch-range-10.py | 106 print ' %%aext%d = sext i8 %%acur%d to i64' % (i, i) 107 print ' %%atest%d = icmp ult i64 %%limit, %%aext%d' % (i, i)
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
CallingConvLower.h | 36 AExt, // The value is extended with undefined upper bits. 39 // FIXME: Not implemented yet. Code that uses AExt to mean 127 return (HTP == AExt || HTP == SExt || HTP == ZExt);
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86GenCallingConv.inc | 130 LocInfo = CCValAssign::AExt;
304 LocInfo = CCValAssign::AExt;
364 LocInfo = CCValAssign::AExt;
403 LocInfo = CCValAssign::AExt;
432 LocInfo = CCValAssign::AExt;
494 LocInfo = CCValAssign::AExt;
533 LocInfo = CCValAssign::AExt;
630 LocInfo = CCValAssign::AExt;
678 LocInfo = CCValAssign::AExt;
[all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64CallLowering.cpp | 95 case CCValAssign::AExt:
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
CallingConvEmitter.cpp | 186 << IndentStr << IndentStr << "LocInfo = CCValAssign::AExt;\n";
|
/toolchain/binutils/binutils-2.25/opcodes/ |
nds32-asm.h | 295 #define AUDIO(sub) (OP6 (AEXT) | (N32_AEXT_ ## sub << 20))
|
/external/llvm/include/llvm/CodeGen/ |
CallingConvLower.h | 38 AExt, // The value is extended with undefined upper bits. 47 // FIXME: Not implemented yet. Code that uses AExt to mean 155 return (HTP == AExt || HTP == SExt || HTP == ZExt);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-vabs.ll | 143 %aext = zext <16 x i8> %aload to <16 x i16> 145 %abdiff = sub nsw <16 x i16> %aext, %bext 167 %aext = zext <8 x i16> %aload to <8 x i32> 169 %abdiff = sub nsw <8 x i32> %aext, %bext 189 %aext = zext <4 x i32> %aload to <4 x i64> 191 %abdiff = sub nsw <4 x i64> %aext, %bext [all...] |
/external/llvm/utils/TableGen/ |
CallingConvEmitter.cpp | 233 << IndentStr << IndentStr << "LocInfo = CCValAssign::AExt;\n";
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | 878 // fold (aext (aext x)) -> (aext x) 879 // fold (aext (zext x)) -> (zext x [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
BlackfinISelLowering.cpp | 265 case CCValAssign::AExt: 322 case CCValAssign::AExt:
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 421 case CCValAssign::AExt: 592 else if (VA.getLocInfo() == CCValAssign::AExt) [all...] |
/external/llvm/lib/Target/BPF/ |
BPFISelLowering.cpp | 284 case CCValAssign::AExt:
|
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | 173 LocInfo = CCValAssign::AExt; 238 LocInfo = CCValAssign::AExt; 405 LocInfo = CCValAssign::AExt; 743 // Loc info must be one of Full, SExt, ZExt, or AExt. 754 case CCValAssign::AExt: [all...] |
/external/llvm/lib/Target/Lanai/ |
LanaiISelLowering.cpp | 371 LocInfo = CCValAssign::AExt; 660 case CCValAssign::AExt: [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 309 LocInfo = CCValAssign::AExt; 596 case CCValAssign::AExt: [all...] |
/external/llvm/lib/Target/Mips/ |
MipsFastISel.cpp | [all...] |
MipsISelLowering.cpp | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | [all...] |