/external/llvm/test/CodeGen/Generic/ |
APIntZextParam.ll | 13 @i12_s = external global i12 ; <i12*> [#uses=1] 314 define void @i12_ls(i12 zeroext %x) nounwind { 315 store i12 %x, i12* @i12_s [all...] |
APIntLoadStore.ll | 24 @i12_l = external global i12 ; <i12*> [#uses=1] 25 @i12_s = external global i12 ; <i12*> [#uses=1] 582 %tmp = load i12* @i12_l ; <i12> [#uses=1] 583 store i12 %tmp, i12* @i12_s [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
2006-06-12-InfLoop.ll | 295 br label %no_exit.3.i12 296 no_exit.3.i12: ; preds = %no_exit.3.i12, %no_exit.3.preheader.i 297 br i1 false, label %no_exit.3.i12, label %loopexit.3.i14.loopexit 298 loopexit.3.i14.loopexit: ; preds = %no_exit.3.i12
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
2008-11-24-RAUW-Self.ll | 471 br i1 false, label %bb3.i9.mulflt.exit_crit_edge, label %bb10.i12 473 bb10.i12: ; preds = %bb8.i11 476 bb12.i: ; preds = %bb10.i12, %bb7.i.bb12.i_crit_edge
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 266 AddrModeT2_pc = 14, // +/- i12 for pc relative data
|
/external/llvm/lib/Target/ARM/ |
Thumb2InstrInfo.cpp | 490 // i8 supports only negative, and i12 supports only positive, so
|
ARMInstrInfo.td | [all...] |
ARMBaseRegisterInfo.cpp | [all...] |
ARMInstrThumb2.td | [all...] |
ARMFrameLowering.cpp | [all...] |
ARMBaseInstrInfo.cpp | [all...] |
/external/qemu/ |
arm-dis.c | 3453 unsigned int i12 = (given & 0x00000fff); local [all...] |