HomeSort by relevance Sort by last modified time
    Searched full:immediates (Results 1 - 25 of 360) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/PowerPC/
ppc32-ba.s 3 # Check that large immediates in 32bit mode are accepted.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
msr-imm-bad.d 1 # name: Cannot use MSR with immediates in thumb mode.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@mips32-imm.s 1 # Source file to test wide immediates with MIPS32 WAIT and SDBBP instructions
mips32-imm.s 1 # Source file to test wide immediates with MIPS32 WAIT and SDBBP instructions
daddi.s 1 # Source file to test immediates used with the DADDI instruction.
  /external/clang/test/CodeGen/
2007-01-24-InlineAsmCModifier.c 2 // immediates.
  /external/llvm/test/CodeGen/PowerPC/
fold-li.ll 4 ;; Test that immediates are folded into these instructions correctly.
subc.ll 1 ; All of these should be codegen'd without loading immediates
addc.ll 1 ; All of these should be codegen'd without loading immediates
  /external/llvm/test/CodeGen/ARM/
inlineasm-imm-arm.ll 15 ; Test ARM-mode "K" constraint, for bitwise inverted Data Processing immediates.
21 ; Test ARM-mode "L" constraint, for negated Data Processing immediates.
  /external/v8/src/compiler/
jump-threading.cc 163 // Patch RPO immediates.
164 InstructionSequence::Immediates& immediates = code->immediates(); local
165 for (size_t i = 0; i < immediates.size(); i++) {
166 Constant constant = immediates[i];
170 if (!(fw == rpo)) immediates[i] = Constant(fw);
  /art/compiler/utils/arm/
assembler_arm32_test.cc 40 // To speed up tests, don't use all shift immediates.
650 std::vector<std::pair<uint32_t, uint32_t>> immediates; local
651 immediates.push_back({0, 1});
652 immediates.push_back({0, 8});
653 immediates.push_back({0, 15});
654 immediates.push_back({0, 16});
655 immediates.push_back({0, 31});
656 immediates.push_back({0, 32});
658 immediates.push_back({1, 1});
659 immediates.push_back({1, 15})
674 std::vector<std::pair<uint32_t, uint32_t>> immediates; local
    [all...]
assembler_arm_test.h 42 virtual void FillImmediates(std::vector<Imm>& immediates, int64_t imm_min, int64_t imm_max) {
46 immediates.push_back(CreateImmediate(i));
49 immediates.push_back(CreateImmediate(imm_min));
50 immediates.push_back(CreateImmediate(imm_max));
52 immediates.push_back(CreateImmediate(imm_min + 1));
55 immediates.push_back(CreateImmediate(imm_min + 2));
58 immediates.push_back(CreateImmediate(imm_max - 1));
61 immediates.push_back(CreateImmediate((imm_min + imm_max) / 2));
166 std::vector<std::pair<Imm, Imm>>& immediates,
171 immediates, fmt)
    [all...]
  /external/llvm/test/CodeGen/X86/
immediate_merging.ll 13 ; Test -Os to make sure immediates with multiple users don't get pulled in to
54 ; Test -O2 to make sure that all immediates get pulled in to their users.
72 ; immediates used to store to the individual memory locations. Make
73 ; sure we don't directly store the immediates.
  /external/llvm/test/CodeGen/Thumb/
inlineasm-imm-thumb.ll 9 ; Test Thumb-mode "J" constraint, for negated ADD immediates.
21 ; Test Thumb-mode "L" constraint, for 3-operand ADD immediates.
  /external/v8/test/mjsunit/regress/
regress-108296.js 30 // This test checks that young immediates embedded into code objects
35 // be generated as a part of a gap move. Gap move operate on immediates as
  /external/llvm/test/CodeGen/AArch64/
addsub.ll 10 ; Add pure 12-bit immediates:
55 ; Add 12-bit immediates, shifted left by 12 bits
72 ; Subtract 12-bit immediates
89 ; Subtract 12-bit immediates, shifted left by 12 bits
  /external/llvm/test/MC/AArch64/
arm64-optional-hash.s 15 ; FP immediates
  /external/llvm/test/Transforms/ConstantHoisting/X86/
large-immediate.ll 29 ; Check that we don't hoist immediates with small values.
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 127 (float (*)[4]) shader->base.immediates,
163 align_free( (void *) shader->base.immediates );
193 vs->base.immediates = align_malloc(TGSI_EXEC_NUM_IMMEDIATES * 4 *
205 (float (*)[4]) vs->base.immediates,
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.h 44 float (*immediates)[4],
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
allinsn.exp 37 run_dump_test "immediates"
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 51 /// True if we are printing immediates as hex.
95 /// Utility function to print immediates in decimal or hex.
  /external/llvm/test/CodeGen/Hexagon/vect/
vect-cst-v4i32.ll 2 ; This one should generate a combine with two immediates.
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.h 74 int index; /* immediates == -1 */

Completed in 854 milliseconds

1 2 3 4 5 6 7 8 91011>>