/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | [all...] |
/external/llvm/test/CodeGen/X86/ |
lsr-delayed-fold.ll | 136 ; LSR needs to remember inserted instructions even in postinc mode, because
|
/external/opencv3/3rdparty/zlib/ |
inffast.c | 24 #ifdef POSTINC
|
inflate.c | 36 * - Add compile time option, POSTINC, to use post-increments instead (Intel?) 63 * - Added comments in inffast.c on effectiveness of POSTINC [all...] |
/external/pdfium/third_party/zlib_v128/ |
inffast.c | 24 #ifdef POSTINC
|
inflate.c | 36 * - Add compile time option, POSTINC, to use post-increments instead (Intel?) 63 * - Added comments in inffast.c on effectiveness of POSTINC [all...] |
/external/zlib/src/ |
inffast.c | 24 #ifdef POSTINC
|
inflate.c | 36 * - Add compile time option, POSTINC, to use post-increments instead (Intel?) 63 * - Added comments in inffast.c on effectiveness of POSTINC [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
h8300-dis.c | 236 else if ((x & MODE) == POSTINC) 474 || (looking_for & MODE) == POSTINC
|
ia64-opc-m.c | [all...] |
ChangeLog-2004 | 417 * ia64-gen.c (in_iclass): Handle more postinc st
|
ChangeLog-0001 | [all...] |
/external/llvm/lib/Target/ARM/ |
README-Thumb.txt | 13 load/store 32-bit integers with pre/postinc by using load/store multiple
|
/toolchain/binutils/binutils-2.25/cpu/ |
fr30.cpu | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfoV60.td | 322 let addrMode = PostInc, hasNewValue = 1 in 387 let addrMode = PostInc in 427 let addrMode = PostInc, isNVStore = 1 in 462 let isPredicated = 1, addrMode = PostInc in 525 let addrMode = PostInc in 566 isNewValue = 1, opNewValue = 4, addrMode = PostInc, isNVStore = 1 in [all...] |
HexagonInstrFormats.td | 51 def PostInc : AddrModeType<6>; // Post increment addressing mode
|
/external/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 310 /// TODO: Handle pre/postinc as well. 332 /// TODO: Handle pre/postinc as well. [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.go | 775 PostInc = 1 << 29
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
go.go | 772 PostInc = 1 << 29
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.go | 775 PostInc = 1 << 29
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
go.go | 772 PostInc = 1 << 29
|
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
h8300.h | 53 POSTINC = 0x0700, 75 INC = POSTINC, 201 RSPOSTINC = SRC | POSTINC, 202 RDPOSTINC = DST | POSTINC, [all...] |
/external/icu/icu4c/source/test/intltest/ |
citrtest.cpp | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-h8300.c | [all...] |