HomeSort by relevance Sort by last modified time
    Searched full:immediate (Results 151 - 175 of 2828) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv8-a-it-bad.s 63 @ Misaligned immediate.
70 @ Misaligned immediate.
thumb2_bad_reg.s 7 @ ADC (immediate)
19 @ ADD (immediate)
22 add.w r0, r13, #1 @ ADD (SP plus immediate)
26 addw r0, r13, #1 @ ADD (SP plus immediate)
36 @ ADD (SP plus immediate)
48 @ AND (immediate)
60 @ ASR (immediate)
80 @ BIC (immediate)
103 @ CMN (immediate)
111 @ CMP (immediate)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
fp_comp2.s 4 ; Basic immediate instruction tests.
7 ; immediate fields. We should also check the assorted field
purge.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
shift.s 3 ; Basic immediate instruction tests.
6 ; immediate fields. We should also check the assorted field
system.s 4 ; Basic immediate instruction tests.
7 ; immediate fields. We should also check the assorted field
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
immconst.d 2 #name: MRI immediate constants
6 # Test MRI immediate constants
  /external/clang/test/Analysis/
domtest.c 27 // CHECK: Immediate dominance tree (Node#,IDom#):
57 // CHECK: Immediate dominance tree (Node#,IDom#):
85 // CHECK: Immediate dominance tree (Node#,IDom#):
111 // CHECK: Immediate dominance tree (Node#,IDom#):
154 // CHECK: Immediate dominance tree (Node#,IDom#):
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
control_code2.s 14 //CC = Dreg == imm3 ; /* equal, immediate, signed (a) */
27 //CC = Dreg < imm3 ; /* less than, immediate, signed (a) */
40 //CC = Dreg <= imm3 ; /* less than or equal, immediate, signed (a) */
53 //CC = Dreg < uimm3 (IU) ; /* less than, immediate, unsigned (a) */
66 //CC = Dreg <= uimm3 (IU) ; /* less than or equal, immediate unsigned (a) */
78 //CC = Preg == imm3 ; /* equal, immediate, signed (a) */
92 //CC = Preg < imm3 ; /* less than, immediate, signed (a) */
107 //CC = Preg <= imm3 ; /* less than or equal, immediate, signed (a) */
121 //CC = Preg < uimm3 (IU) ; /* less than, immediate, unsigned (a) */
133 //CC = Preg <= uimm3 (IU) ; /* less than or equal, immediate unsigned (a) *
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 58 /// getLdStUImm12OpValue - Return encoding info for 12-bit unsigned immediate
66 /// getAdrLabelOpValue - Return encoding info for 21-bit immediate ADR label
72 /// getAddSubImmOpValue - Return encoding for the 12-bit immediate value and
109 /// getMoveWideImmOpValue - Return the encoded value for the immediate operand
158 // shift-by-immediate AdvSIMD instructions.
233 /// getAdrLabelOpValue - Return encoding info for 21-bit immediate ADR label
241 // If the destination is an immediate, we have nothing to do.
258 /// getAddSubImmOpValue - Return encoding for the 12-bit immediate value and
269 "unexpected shift type for add/sub immediate");
272 "unexpected shift value for add/sub immediate");
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 38 __ test(reg, Immediate(kSmiTagMask));
45 __ test(reg, Immediate(kSmiTagMask));
53 __ test(eax, Immediate(delta_to_patch_site));
130 __ push(Immediate(isolate()->factory()->undefined_value()));
135 __ sub(ecx, Immediate(locals_count * kPointerSize));
143 __ mov(eax, Immediate(isolate()->factory()->undefined_value()));
267 Immediate(Smi::FromInt(num_parameters)));
271 Immediate(Smi::FromInt(rest_index)));
291 Immediate(Smi::FromInt(num_parameters)));
357 __ Move(eax, Immediate(Smi::FromInt(0)))
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 38 __ test(reg, Immediate(kSmiTagMask));
45 __ test(reg, Immediate(kSmiTagMask));
53 __ test(eax, Immediate(delta_to_patch_site));
130 __ push(Immediate(isolate()->factory()->undefined_value()));
135 __ sub(ecx, Immediate(locals_count * kPointerSize));
143 __ mov(eax, Immediate(isolate()->factory()->undefined_value()));
264 Immediate(Smi::FromInt(num_parameters)));
268 Immediate(Smi::FromInt(rest_index)));
288 Immediate(Smi::FromInt(num_parameters)));
354 __ Move(eax, Immediate(Smi::FromInt(0)))
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i860-dis.c 191 /* 16-bit immediate (sign extend, except for bitwise ops). */
201 /* 16-bit immediate, aligned (2^0, ld.b). */
207 /* 16-bit immediate, aligned (2^1, ld.s). */
213 /* 16-bit immediate, aligned (2^2, ld.l, {p}fld.l, fst.l). */
219 /* 16-bit immediate, aligned (2^3, {p}fld.d, fst.d). */
225 /* 16-bit immediate, aligned (2^4, {p}fld.q, fst.q). */
231 /* 5-bit immediate (zero extend). */
237 /* Split 16 bit immediate (20..16:10..0). */
244 /* Split 16 bit immediate, aligned. (2^0, st.b). */
251 /* Split 16 bit immediate, aligned. (2^1, st.s). *
    [all...]
  /external/v8/test/cctest/
test-disasm-x87.cc 58 // Short immediate instructions
60 __ add(eax, Immediate(12345678));
62 __ sub(eax, Immediate(12345678));
94 __ add(Operand(ebp, ecx, times_4, 12), Immediate(12));
97 __ add(ebx, Immediate(12));
106 __ cmp(Operand(ebp, ecx, times_4, 0), Immediate(1000));
131 __ push(Immediate(12));
132 __ push(Immediate(23456));
160 __ mov(Operand(ebx, ecx, times_4, 10000), Immediate(12345));
179 __ test(Operand(ebx, ecx, times_4, 10000), Immediate(123456))
    [all...]
  /external/llvm/include/llvm/MC/
MCInst.h 37 kImmediate, ///< Immediate operand.
38 kFPImmediate, ///< Floating-point immediate operand.
39 kExpr, ///< Relocatable immediate operand.
75 assert(isImm() && "This is not an immediate");
79 assert(isImm() && "This is not an immediate");
84 assert(isFPImm() && "This is not an FP immediate");
89 assert(isFPImm() && "This is not an FP immediate");
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 46 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15]
47 @ CHECK-ERRORS-V7: error: immediate operand must be in the range [0,15]
52 @ CHECK-ERRORS: error: immediate value out of range
53 @ CHECK-ERRORS: error: immediate value out of range
82 @ CHECK-ERRORS: error: immediate expression for mov requires :lower16: or :upper16
84 @ CHECK-ERRORS: error: immediate expression for mov requires :lower16: or :upper16
86 @ CHECK-ERRORS: error: immediate expression for mov requires :lower16: or :upper16
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
reloc-insn.s 5 // immediate
9 // immediate
13 // immediate
18 // immediate
23 // immediate
39 // immediate
45 // immediate
  /external/v8/src/ia32/
code-stubs-ia32.cc 132 __ sub(esp, Immediate(kDoubleSize * XMMRegister::kMaxNumRegisters));
143 Immediate(ExternalReference::isolate_address(isolate())));
152 __ add(esp, Immediate(kDoubleSize * XMMRegister::kMaxNumRegisters));
234 __ cmp(result_reg, Immediate(HeapNumber::kMantissaBits));
242 __ sub(ecx, Immediate(delta));
244 __ cmp(ecx, Immediate(31));
255 __ sub(esp, Immediate(kDoubleSize / 2));
258 __ sub(esp, Immediate(kDoubleSize)); // Nolint.
263 __ add(esp, Immediate(kDoubleSize));
267 __ sub(ecx, Immediate(delta))
    [all...]
codegen-ia32.cc 129 if (direction == BACKWARD) __ sub(src, Immediate(0x40));
134 if (direction == FORWARD) __ add(src, Immediate(0x40));
135 if (direction == BACKWARD) __ sub(dst, Immediate(0x40));
140 if (direction == FORWARD) __ add(dst, Immediate(0x40));
145 __ test(count, Immediate(0x20));
147 if (direction == BACKWARD) __ sub(src, Immediate(0x20));
150 if (direction == FORWARD) __ add(src, Immediate(0x20));
151 if (direction == BACKWARD) __ sub(dst, Immediate(0x20));
154 if (direction == FORWARD) __ add(dst, Immediate(0x20));
157 __ test(count, Immediate(0x10))
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
moxie.h 25 Some use A and consume a 4 byte immediate value (MOXIE_F1_A4)
26 Some use just a 4 byte immediate value (MOXIE_F1_4)
30 Some consume a 4 byte immediate value and use X (MOXIE_F1_4A)
pdp11.h 35 #define PDP11_OPCODE_IMM8 9 /* 8-bit immediate */
36 #define PDP11_OPCODE_IMM6 10 /* 6-bit immediate */
37 #define PDP11_OPCODE_IMM3 11 /* 3-bit immediate */
  /external/v8/src/x87/
code-stubs-x87.cc 133 __ sub(esp, Immediate(108));
141 Immediate(ExternalReference::isolate_address(isolate())));
148 __ add(esp, Immediate(108));
219 __ cmp(result_reg, Immediate(HeapNumber::kMantissaBits));
224 __ sub(ecx, Immediate(delta));
226 __ cmp(ecx, Immediate(31));
233 __ sub(ecx, Immediate(delta));
241 Immediate(static_cast<uint32_t>(Double::kSignificandMask >> 32)));
243 Immediate(static_cast<uint32_t>(Double::kHiddenBit >> 32)));
246 __ test(ecx, Immediate(32))
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 81 void X86Assembler::pushl(const Immediate& imm) {
106 void X86Assembler::movl(Register dst, const Immediate& imm) {
134 void X86Assembler::movl(const Address& dst, const Immediate& imm) {
249 void X86Assembler::movb(const Address& dst, const Immediate& imm) {
303 void X86Assembler::movw(const Address& dst, const Immediate& imm) {
536 void X86Assembler::psrldq(XmmRegister reg, const Immediate& shift_count) {
548 void X86Assembler::psrlq(XmmRegister reg, const Immediate& shift_count) {
773 void X86Assembler::roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm) {
784 void X86Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) {
976 void X86Assembler::ffree(const Immediate& index)
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-big-stack.ll 6 ; which can encode immediate with a 12 bits mask an optionally
  /external/llvm/test/CodeGen/ARM/
sat-arith.ll 24 ; upper-bound of the immediate argument
33 ; lower-bound of the immediate argument
42 ; upper-bound of the immediate argument
51 ; lower-bound of the immediate argument

Completed in 356 milliseconds

1 2 3 4 5 67 8 91011>>