/external/llvm/lib/Target/AMDGPU/ |
SIFoldOperands.cpp | 242 // In order to fold immediates into copies, we need to change the 330 // Folding immediates with more than one use will increase program size.
|
/external/llvm/lib/Target/X86/InstPrinter/ |
X86ATTInstPrinter.cpp | 140 /// print slightly differently than normal immediates. For example, a $ is not 168 // Print X86 immediates as signed values.
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-x86-64.ll | 98 ; rdar://9289507 - folding of immediates into 64-bit operations. 272 ; as immediates just before the call.
|
/external/mesa3d/docs/ |
relnotes-8.0.4.html | 96 <li>st/mesa: copy num_immediates field when copying the immediates array</li> 103 <li>draw: fix missing immediates bug in polygon stipple code</li>
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.h | 370 LLVMValueRef immediates[LP_MAX_TGSI_IMMEDIATES][TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context 456 LLVMValueRef immediates[LP_MAX_TGSI_IMMEDIATES]; member in struct:lp_build_tgsi_aos_context
|
/external/llvm/docs/ |
MarkedUpDisassembly.rst | 61 immediates having the tag names "mem", "reg", and "imm", respectively.
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldMachO.h | 63 /// For targets/opcodes with simple, contiguous immediates (e.g. X86) the
|
/external/llvm/lib/Target/ARM/ |
ARMMCInstLower.cpp | 122 // In the MC layer, we keep modified immediates in their encoded form
|
/external/llvm/lib/Target/Mips/ |
MipsAnalyzeImmediate.cpp | 1 //===-- MipsAnalyzeImmediate.cpp - Analyze Immediates ---------------------===//
|
/external/llvm/test/CodeGen/AMDGPU/ |
operand-folding.ll | 79 ; Immediates with one use should be folded
|
/external/llvm/test/CodeGen/ARM/ |
fast-isel-select.ll | 86 ; Check one large negative immediates.
|
fast-isel.ll | 36 ; Check some simple operations with immediates
|
/external/llvm/test/MC/ARM/ |
thumb2-diagnostics.s | 35 @ Out of range immediates for MRC/MRC2/MRRC/MRRC2
|
diagnostics.s | 98 @ Out of range immediates for v8 HLT instruction. 118 @ Out of range 4 and 3 bit immediates on CDP[2] 120 @ Out of range immediates for CDP/CDP2 131 @ Out of range immediates for DBG 175 @ Out of range immediates for MRC/MRC2/MRRC/MRRC2 234 @ Out of range immediates and bad shift types for SSAT 273 @ Out of range immediates for SSAT16
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_driver.h | 129 uint16_t count; /* count of inline immediates */
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
arm64.s | 18 // imsr comes from the old 7a, we only support immediates and registers
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/ |
arm64.s | 18 // imsr comes from the old 7a, we only support immediates and registers
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/ |
regression.s | 169 //Immediates
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
syntax-1.s | 64 ! immediates
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
i386.h | 134 /* max immediates per insn (lcall, ljmp, insertq, extrq) */
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCCodeEmitter.cpp | 231 "getBranchTargetOpValue expects only expressions or immediates"); 254 "getBranchTargetOpValueMM expects only expressions or immediates"); 276 "getBranchTargetOpValuePC10 expects only expressions or immediates"); 298 "getBranchTargetOpValueMM expects only expressions or immediates"); 321 "getBranchTarget21OpValue expects only expressions or immediates"); 344 "getBranchTarget26OpValue expects only expressions or immediates"); [all...] |
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.h | 609 // Immediates. There can be two in some cases 612 uint64_t immediates[2]; member in struct:llvm::X86Disassembler::InternalInstruction
|
/external/v8/test/unittests/compiler/mips/ |
instruction-selector-mips-unittest.cc | 355 // that immediates outside this range are handled properly (modulo-32). 486 // that immediates outside this range are handled properly (modulo-32). 809 const int32_t immediates[40]; member in struct:v8::internal::compiler::__anon25341::MemoryAccessImm 824 const int32_t immediates[5]; member in struct:v8::internal::compiler::__anon25341::MemoryAccessImm1 [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
vaddsplat.ll | 3 ; Test optimizations of build_vector for 6-bit immediates.
|
/external/llvm/test/CodeGen/WebAssembly/ |
immediates.ll | 3 ; Test that basic immediates assemble as expected.
|