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

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/opcodes/po/
it.po 685 msgid "immediate value cannot be register"
689 msgid "immediate value out of range"
723 msgid "imm:6 immediate is out of range"
732 msgid "dsp:8 immediate is out of range"
736 msgid "Immediate is out of range -8 to 7"
740 msgid "Immediate is out of range -7 to 8"
749 msgid "dsp:16 immediate is out of range"
753 msgid "dsp:20 immediate is out of range"
757 msgid "dsp:24 immediate is out of range"
761 msgid "immediate is out of range 1-2
    [all...]
ga.po 670 msgid "immediate value cannot be register"
674 msgid "immediate value out of range"
692 msgid "imm:6 immediate is out of range"
701 msgid "dsp:8 immediate is out of range"
705 msgid "Immediate is out of range -8 to 7"
709 msgid "Immediate is out of range -7 to 8"
718 msgid "dsp:16 immediate is out of range"
722 msgid "dsp:20 immediate is out of range"
726 msgid "dsp:24 immediate is out of range"
730 msgid "immediate is out of range 1-2
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
xc16x.cpu 153 (dnf f-uimm2 "uimm2" () 13 2) ;used for immediate data,eg in ADD,MOV insns
154 (dnf f-uimm3 "uimm3" () 10 3) ;used for immediate data,eg in ADD,SUB insns
155 (dnf f-uimm4 "uimm4" () 15 4) ;used for immediate data,eg in MOV insns
157 (dnf f-uimm8 "uimm8" () 23 8) ;used in immediate byte data,eg in ADDB,MOVB insns
158 (dnf f-uimm16 "uimm16" () 31 16) ;used for immediate word data
554 (dnop uimm8 "8 bit unsigned immediate" (HASH-PREFIX) h-uint f-uimm8)
555 (dnop uimm16 "16 bit unsigned immediate" (HASH-PREFIX) h-uint f-uimm16)
556 (dowh upof16 "16 bit unsigned immediate" (POF-PREFIX) h-addr f-memory ((print "with_pof_prefix")))
594 (dowh upag16 "16 bit unsigned immediate" (PAG-PREFIX) h-uint f-uimm16 ((print "with_pag_prefix")))
664 ;add/sub register and immediate
    [all...]
or1korbis.cpu 22 ; Hardware for immediate operands
23 (dnh h-simm16 "16-bit signed immediate" ((MACH ORBIS-MACHS)) (immediate (INT 16)) () () ())
24 (dnh h-uimm16 "16-bit unsigned immediate" () (immediate (UINT 16)) () () ())
25 (dnh h-uimm6 "6-bit unsigned immediate" () (immediate (UINT 6)) () () ())
88 (comment "16-bit split unsigned immediate")
110 (comment "16-bit split signed immediate")
317 (comment "16-bit signed immediate")
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
hppa.h 89 5 5 bit immediate at 15.
92 V 5 bit immediate value at 31
93 i 11 bit immediate value at 31
94 j 14 bit immediate value at 31
95 k 21 bit immediate value at 31
96 l 16 bit immediate value at 31 (wide mode only, unusual encoding).
116 A 13 bit immediate at 18 (to support the BREAK instruction)
119 D 26 bit immediate at 31 (to support the DIAG instruction)
120 $ 9 bit immediate at 28 (to support POPBTS)
140 r 5 bit immediate value at 31 (for the break instruction
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 138 } immediate[UREG_MAX_IMMEDIATE]; member in struct:ureg_program
693 /* Actually expand immediate only when fully succeeded.
714 if (ureg->immediate[i].type != type) {
719 ureg->immediate[i].value.u,
720 &ureg->immediate[i].nr,
728 ureg->immediate[i].type = type;
731 ureg->immediate[i].value.u,
732 &ureg->immediate[i].nr,
741 /* Make sure that all referenced elements are from this immediate.
801 ureg->immediate[i].type = TGSI_IMM_UINT32
    [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
c-xtensa.texi 318 calls, @code{MOVI} instructions and other instructions with immediate
325 * Xtensa Immediate Relaxation:: Relaxation of other Immediate Fields.
335 in the immediate field of the branch instruction, it may be necessary to
373 Function calls may require relaxation because the Xtensa immediate call
379 assembler can automatically relax immediate call instructions into
493 @node Xtensa Immediate Relaxation
494 @subsection Other Immediate Field Relaxation
495 @cindex immediate fields, relaxation
496 @cindex relaxation of immediate field
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 154 /// IVBump is the immediate value added to R, and IVOp is the instruction
175 /// If the trip count is not directly available (as an immediate value,
239 /// \brief Return the immediate for the specified operand.
247 /// \brief Reset the given machine operand to now refer to a new immediate
248 /// value. Assumes that the operand was already referencing an immediate
392 // This pair represents an induction register together with an immediate
399 // where bump is an immediate value.
454 // with an immediate value. Not checking the mask here, since we handle
554 // count. The trip count can be either a register or an immediate. The
694 // Check if either the start or end values are an assignment of an immediate
    [all...]
  /external/llvm/test/MC/AArch64/
neon-simd-shift.s 6 // Vector shift right by immediate
24 // Vector shift right by immediate
43 // Vector shift right and accumulate by immediate
62 // Vector shift right and accumulate by immediate
81 // Vector rounding shift right by immediate
101 // Vecotr rounding shift right by immediate
121 // Vector rounding shift right and accumulate by immediate
141 // Vector rounding shift right and accumulate by immediate
161 // Vector shift right and insert by immediate
180 // Vector shift left and insert by immediate
    [all...]
neon-diagnostics.s 140 // Vector Move Immediate Shifted
141 // Vector Move Inverted Immediate Shifted
142 // Vector Bitwise Bit Clear (AND NOT) - immediate
145 // out of range immediate (0 to 0xff)
174 // Vector Move Immediate Masked
175 // Vector Move Inverted Immediate Masked
177 // out of range immediate (0 to 0xff)
203 // Vector Immediate - per byte
205 // out of range immediate (0 to 0xff)
259 // Vector Move Immediate - bytemask, per doublewor
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
tic80-opc.c 349 /* Short signed immediate value in bits 14-0. */
354 /* Short unsigned immediate value in bits 14-0 */
360 from a regular unsigned immediate value only for the convenience
366 /* Long signed immediate in following 32 bit word */
371 /* Long unsigned immediate in following 32 bit word */
377 this from a regular unsigned immediate value only for the
383 /* Single precision floating point immediate in following 32 bit
479 flag in bit 17 (short immediate instructions only) */
485 flag in bit 15 (long immediate and register instructions only) */
495 /* Unsigned immediate in bits 4-0, used only for shift instructions *
    [all...]
  /bootable/recovery/
ui.h 89 // Return value indicates whether an immediate operation should be
103 // immediate reboot of the device, regardless of what recovery is
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 49 /** {@code >= 0 after run();} the index of the immediate dominator */
143 * The dominators algorithm leaves us knowing who the immediate dominator
  /external/dbus/
README.cmake 48 8b. for immediate build run
62 8b. for immediate build run
  /external/dbus/cmake/bus/
CMakeLists.txt 14 CONFIGURE_FILE( "${BUS_DIR}/session.conf.in" "${CMAKE_CURRENT_BINARY_DIR}/session.conf" IMMEDIATE @ONLY)
15 CONFIGURE_FILE( "system.conf.cmake" "${CMAKE_CURRENT_BINARY_DIR}/system.conf" IMMEDIATE @ONLY)
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DomFront.java 53 /** {@code >= 0 after run();} the index of the immediate dominator */
147 * The dominators algorithm leaves us knowing who the immediate dominator
  /external/google-breakpad/src/third_party/libdisasm/
x86_insn.c 90 /* if there is an immediate value in the instruction, return a pointer to
116 /* immediate data is at the end of the insn */
  /external/llvm/lib/CodeGen/
MachineDominators.cpp 70 // is the new immediate domminator of its successor. The mapping is done by
119 // then the new block is the new immediate dominator of "Succ". Otherwise,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 145 // Signed 21-bit immediate
152 // Unsigned 12-bit immediate
157 // Unsigned 12-bit immediate which gets multiplied by 2
162 // Unsigned 12-bit immediate which gets multiplied by 4
167 // Unsigned 12-bit immediate which gets multiplied by 8
172 // Unsigned 12-bit immediate which gets multiplied by 16
180 // Signed 16-bit immediate
189 // Signed 28-bit immediate
  /external/llvm/lib/Target/Mips/
MSA.txt 77 Like their non-immediate counterparts, bmnzi.v and bmzi.v are the same
82 Unlike the non-immediate versions, bseli.v is distinguishable from
Mips16InstrInfo.h 82 /// Emit a series of instructions to load an immediate.
84 // in place of FrameReg and the adjusted immediate field (&NewImm)
MipsSEInstrInfo.h 73 /// Emit a series of instructions to load an immediate. If NewImm is a
75 /// its immediate operand is returned in NewImm.
  /external/llvm/lib/Target/SystemZ/
README.txt 73 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
74 produce a carry. SUBTRACT LOGICAL IMMEDIATE could be useful when we
  /external/llvm/test/MC/Disassembler/Mips/mips32r6/
valid-mips32r6.txt 64 # The immediate should be 4 but the disassembler currently emits 8
67 # The immediate should be 4 but the disassembler currently emits 8
70 # The immediate should be 4 but the disassembler currently emits 8
73 # The immediate should be 4 but the disassembler currently emits 8
131 # The immediate should be 8 but the disassembler currently emits 12
134 # The immediate should be 8 but the disassembler currently emits 12
139 # The immediate should be 8 but the disassembler currently emits 12
142 # The immediate should be 8 but the disassembler currently emits 12
  /external/llvm/test/MC/Disassembler/Mips/mips64r6/
valid-mips64r6.txt 83 # The immediate should be 4 but the disassembler currently emits 8
86 # The immediate should be 4 but the disassembler currently emits 8
89 # The immediate should be 4 but the disassembler currently emits 8
92 # The immediate should be 4 but the disassembler currently emits 8
150 # The immediate should be 8 but the disassembler currently emits 12
153 # The immediate should be 8 but the disassembler currently emits 12
158 # The immediate should be 8 but the disassembler currently emits 12
161 # The immediate should be 8 but the disassembler currently emits 12

Completed in 576 milliseconds

<<21222324252627282930>>