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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/opcodes/po/
opcodes.pot 62 msgid "immediate value"
66 msgid "immediate offset"
123 msgid "immediate out of range"
140 msgid "negative immediate value not allowed"
144 msgid "immediate zero expected"
152 msgid "invalid value for immediate"
160 msgid "floating-point immediate expected"
348 msgid "register name used as immediate value"
351 #. Don't treat "mov ip,ip" as a move-immediate.
353 msgid "register source in immediate move
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 350 /// instruction with the given type, opcode, and register and immediate
357 /// immediate operands be emitted.
362 /// instruction with the given type, opcode, and register and immediate
370 /// It first tries to emit an instruction with an immediate operand using
371 /// fastEmit_ri. If that fails, it materializes the immediate into a register
377 /// instruction with the given type, opcode, and immediate operand be emitted.
381 /// instruction with the given type, opcode, and floating-point immediate
410 /// \brief Emit a MachineInstr with a register operand, an immediate, and a
416 /// \brief Emit a MachineInstr with one register operand and two immediate
422 /// \brief Emit a MachineInstr with a floating point immediate, and a resul
    [all...]
  /external/llvm/include/llvm/Support/
GenericDomTree.h 126 assert(IDom && "No immediate dominator?");
131 "Not in immediate dominator children set!");
222 // Information record used during immediate dominators computation.
283 // Find NewBB's immediate dominator and create new dominator tree node for
307 // If NewBB strictly dominates other blocks, then it is now the immediate
532 // Walk NodeB immediate dominators chain and find common dominator node.
557 /// the children list of the immediate dominator.
561 assert(IDomNode && "Not immediate dominator specified for block!");
568 /// tree information when a node's immediate dominator changes.
582 /// dominate any other blocks. Removes node from its immediate dominator'
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-diags.s 134 ; CHECK-ERRORS: error: immediate must be an integer in range [1, 8].
137 ; CHECK-ERRORS: error: immediate must be an integer in range [1, 8].
140 ; CHECK-ERRORS: error: immediate must be an integer in range [1, 16].
143 ; CHECK-ERRORS: error: immediate must be an integer in range [1, 32].
249 ; The validity checking for shifted-immediate operands. rdar://13174476
250 ; Where the immediate is out of range.
277 ; CHECK-ERRORS: error: invalid immediate expression
283 ; CHECK-ERRORS: error: invalid immediate expression
286 ; CHECK-ERRORS: error: invalid immediate expression
292 ; CHECK-ERRORS: error: invalid immediate expressio
    [all...]
  /external/v8/src/arm64/
decoder-arm64-inl.h 27 // 1: Add/sub immediate.
33 // Conditional compare immediate.
43 // 2: Logical immediate.
44 // Move wide immediate.
51 // 4: Unconditional branch immediate.
53 // Compare and branch immediate.
54 // 5: Compare and branch immediate.
58 // Test and branch immediate.
66 // Load/store register unscaled immediate.
67 // Load/store register immediate post-index
    [all...]
  /external/v8/src/x64/
assembler-x64.h 332 class Immediate BASE_EMBEDDED {
334 explicit Immediate(int32_t value) : value_(value) {}
335 explicit Immediate(Smi* value) {
667 void pushq(Immediate value);
677 void enter(Immediate size);
682 void movb(Register dst, Immediate imm);
684 void movb(const Operand& dst, Immediate imm);
690 void movw(const Operand& dst, Immediate imm);
699 // Loads a 64-bit immediate into a register.
720 // Instruction to load from an immediate 64-bit pointer into RAX
    [all...]
builtins-x64.cc 57 __ addp(rax, Immediate(num_extra_args + 1));
166 __ shlp(r9, Immediate(kPointerSizeLog2));
183 __ orp(rbx, Immediate(kHeapObjectTag));
198 __ shrl(rsi, Immediate(Map::ConstructionCounter::kShift));
203 Immediate(1 << Map::ConstructionCounter::kShift));
223 __ cmpl(rsi, Immediate(Map::kSlackTrackingCounterEnd));
419 __ shlq(r11, Immediate(kPointerSizeLog2));
544 __ addp(rcx, Immediate(1));
603 __ Push(Immediate(0));
644 __ subp(rcx, Immediate(kPointerSize))
    [all...]
  /external/vixl/src/vixl/a64/
decoder-a64.cc 41 // 1: Add/sub immediate.
47 // Conditional compare immediate.
57 // 2: Logical immediate.
58 // Move wide immediate.
65 // 4: Unconditional branch immediate.
67 // Compare and branch immediate.
68 // 5: Compare and branch immediate.
72 // Test and branch immediate.
80 // Load/store register unscaled immediate.
81 // Load/store register immediate post-index
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
asm.go 85 // validateImmediate checks that addr represents an immediate constant.
88 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr))
126 p.errorf("TEXT %s: frame size must be an immediate constant", name)
136 p.errorf("TEXT %s: frame size must be an immediate constant", name)
191 // Operand 1 is an immediate constant or address.
197 p.errorf("DATA value must be an immediate constant or address")
240 // Final operand is an immediate constant.
265 // Operand 0 must be an immediate constant.
269 // Operand 1 must be an immediate constant.
291 // Operand 0 must be an immediate constant
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go 82 // validateImmediate checks that addr represents an immediate constant.
85 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr))
123 p.errorf("TEXT %s: frame size must be an immediate constant", name)
133 p.errorf("TEXT %s: frame size must be an immediate constant", name)
188 // Operand 1 is an immediate constant or address.
194 p.errorf("DATA value must be an immediate constant or address")
237 // Final operand is an immediate constant.
262 // Operand 0 must be an immediate constant.
266 // Operand 1 must be an immediate constant.
288 // Operand 0 must be an immediate constant
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
asm.go 85 // validateImmediate checks that addr represents an immediate constant.
88 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr))
126 p.errorf("TEXT %s: frame size must be an immediate constant", name)
136 p.errorf("TEXT %s: frame size must be an immediate constant", name)
191 // Operand 1 is an immediate constant or address.
197 p.errorf("DATA value must be an immediate constant or address")
240 // Final operand is an immediate constant.
265 // Operand 0 must be an immediate constant.
269 // Operand 1 must be an immediate constant.
291 // Operand 0 must be an immediate constant
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
asm.go 82 // validateImmediate checks that addr represents an immediate constant.
85 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr))
123 p.errorf("TEXT %s: frame size must be an immediate constant", name)
133 p.errorf("TEXT %s: frame size must be an immediate constant", name)
188 // Operand 1 is an immediate constant or address.
194 p.errorf("DATA value must be an immediate constant or address")
237 // Final operand is an immediate constant.
262 // Operand 0 must be an immediate constant.
266 // Operand 1 must be an immediate constant.
288 // Operand 0 must be an immediate constant
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 90 /// getThumbBLTargetOpValue - Return encoding info for Thumb immediate
96 /// getThumbBLXTargetOpValue - Return encoding info for Thumb immediate
117 /// getBranchTargetOpValue - Return encoding info for 24-bit immediate
124 /// immediate Thumb2 direct branch target.
129 /// getARMBranchTargetOpValue - Return encoding info for 24-bit immediate
141 /// getAdrLabelOpValue - Return encoding info for 12-bit immediate
203 /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value.
272 /// getSOImmOpValue - Return an encoded 12-bit shifted-immediate value.
279 // We expect MO to be an immediate or an expression,
280 // if it is an immediate - that's fine, just encode the value
    [all...]
ARMFixupKinds.h 31 // (so it's encoded as an 8-bit immediate).
38 // 8-bit immediate).
  /bootable/recovery/minzip/
Zip.h 142 * The immediate children of zipDir will become the immediate
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncUtils.java 79 * Helper method to trigger an immediate sync ("refresh").
84 * Note that SYNC_EXTRAS_MANUAL will cause an immediate sync, without any optimization to
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncUtils.java 79 * Helper method to trigger an immediate sync ("refresh").
84 * Note that SYNC_EXTRAS_MANUAL will cause an immediate sync, without any optimization to
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncUtils.java 79 * Helper method to trigger an immediate sync ("refresh").
84 * Note that SYNC_EXTRAS_MANUAL will cause an immediate sync, without any optimization to
  /external/google-breakpad/android/google_breakpad/
Android.mk 67 # /tmp/cc8aMSoD.s:132: Error: invalid immediate: 288 is out of range
68 # /tmp/cc8aMSoD.s:244: Error: invalid immediate: 296 is out of range
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 41 assert(Op.isExpr() && "unknown pcrel immediate operand");
81 assert(Disp.isImm() && "Expected immediate in displacement field");
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 65 // We now check if Value can be encoded as a 16-bit signed immediate.
74 // We now check if Value can be encoded as a 19-bit signed immediate.
110 // We now check if Value can be encoded as a 7-bit signed immediate.
120 // We now check if Value can be encoded as a 10-bit signed immediate.
130 // We now check if Value can be encoded as a 16-bit signed immediate.
139 // We now check if Value can be encoded as a 18-bit signed immediate.
148 // We now check if Value can be encoded as a 21-bit signed immediate.
157 // We now check if Value can be encoded as a 26-bit signed immediate.
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 82 // TODO: MC converts all floating point immediate operands to double.
90 llvm_unreachable("unknown floating point immediate type");
  /external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
MachO_ARM64_relocations.s 29 # instruction perfroms an implicit shift on the encoded immediate (imm<<3).
45 # encoded immediate (imm<<3).
  /external/llvm/test/MC/Disassembler/Hexagon/
xtype_shift.txt 4 # Shift by immediate
18 # Shift by immediate and accumulate
52 # Shift by immediate and add
56 # Shift by immediate and logical
98 # Shift right by immediate with rounding
104 # Shift left by immediate with saturation
210 # Vector shift halfwords by immediate
238 # Vector shift words by immediate
  /external/llvm/test/MC/Mips/
mips-expansions-bad.s 12 # 32-BIT: :[[@LINE-1]]:3: error: instruction requires a 32-bit immediate
14 # 32-BIT: :[[@LINE-1]]:3: error: instruction requires a 32-bit immediate

Completed in 1407 milliseconds

<<11121314151617181920>>