HomeSort by relevance Sort by last modified time
    Searched full:immediate (Results 401 - 425 of 1964) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 116 // Used in Clr and Set bit immediate memops.
126 // mask represents. Used in Clr and Set bit immediate memops.
132 // mask represents. Used in Clr and Set bit immediate memops.
201 // immS16 predicate - True if the immediate fits in a 16-bit sign extended
211 // immS16 predicate - True if the immediate fits in a 16-bit sign extended
221 // immS16 predicate - True if the immediate fits in a 16-bit sign extended
231 // immS16 predicate - True if the immediate fits in a 16-bit sign extended
241 // u6 predicate - True if the immediate fits in a 6-bit unsigned extended
251 // u6 predicate - True if the immediate fits in a 6-bit unsigned extended
261 // u6 predicate - True if the immediate fits in a 6-bit unsigned extende
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 241 // If the destination is an immediate, divide by 4.
261 // If the destination is an immediate, divide by 4.
265 "getJumpTargetOpValue expects only expressions or an immediate");
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 459 ENM( imm->Immediate.DataType, tgsi_immediate_type_names );
461 dump_imm_data(iter, imm->u, imm->Immediate.NrTokens - 1,
462 imm->Immediate.DataType);
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 325 /* emit immediate = {1/32, 1/32, 1, 1}
326 * The index/position of this immediate will be pctx->numImmed
333 immed.Immediate.NrTokens = 1 + size; /* one for the token itself */
  /external/qemu/
trace.c     [all...]
  /frameworks/base/docs/html/training/design-navigation/
descendant-lateral.jd 120 <p>Several best practices apply when using tabs. Tabs should be persistent across immediate related
131 <p>There are some obvious immediate benefits of tabs over simpler list- and button-based navigation:</p>
134 <li>Since there is a single, initially-selected tab, users have immediate access to that tab's content from the parent screen.</li>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 217 // Walk up the hierarchy again to find the immediate child of the parent,
362 * immediate classes more desirable.
368 * 0 for the immediate class, 1 for its super class, etc.
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 80 virtual uint32_t imm(uint32_t immediate) = 0;
87 // (immediate and Rm can be negative, which indicates U=0)
94 // (immediate and Rm can be negative, which indicates U=0)
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 320 // XXX: Custom immediate lowering not implemented yet. Instead we use
393 // Check that we aren't already using an immediate.
395 // immediate operand, but this is not supported yet.
401 // This instruction is already using an immediate.
405 // Set the immediate value
409 // Set the immediate register
  /external/v8/src/x64/
deoptimizer-x64.cc 754 __ subq(rsp, Immediate(kDoubleRegsSize));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.td 538 // Add-subtract (immediate) instructions
542 // These instructions accept a 12-bit unsigned immediate, optionally shifted
543 // left by 12 bits. Official assembly format specifies a 12 bit immediate with
550 // If the MCInst retained a single combined immediate (which could be 0x123000,
554 // immediate to be accessible); assembly parsing is rather complex and
557 // By splitting the immediate, we can delegate handling this optional operand to
564 // In an ideal world you'de have two first class immediate operands (in
    [all...]
AArch64AsmPrinter.cpp 50 /// with the obvious type and an immediate 0 as either wzr or xzr.
184 case 'c': // Don't print "#" before an immediate operand.
  /art/compiler/sea_ir/ir/
sea.h 246 // Immediate dominator node.
316 // Computes immediate dominators for each region.
  /art/runtime/
disassembler_mips.cc 219 case 'I': // Upper 16-bit immediate.
222 case 'i': // Sign-extended lower 16-bit immediate.
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_refresh_scheduler.cc 162 // The client might have registered, so trigger an immediate refresh.
246 // immediate refresh is intentional.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 89 * Whether this register channel refers to a specific immediate value.
441 parse.FullToken.FullImmediate.Immediate.NrTokens - 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/
x86sse.h 126 * Temporary. As I need immediate operands, and dont want to mess with the codegen,
127 * I load the immediate into general purpose register and use it.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h 237 /*@null@*/ yasm_value *imm; /* immediate or relative value */
276 /* Direct (immediate) FAR jumps ONLY; indirect FAR jumps get turned into
  /external/llvm/include/llvm/IR/
InlineAsm.h 221 // The first operand is an immediate describing the asm operand, the low
227 Kind_Imm = 5, // Immediate.
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 28 /// translateShiftImm - Convert shift immediate from 0-31 to 1-32 for printing.
40 /// Prints the shift value with an immediate value.
514 //If the op is sub we have to print the immediate even if it is 0
712 assert(Imm > 0 && Imm < 32 && "Invalid PKH shift immediate value!");
722 assert(Imm > 0 && Imm <= 32 && "Invalid PKH shift immediate value!");
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 170 // FIXME: Handle div by immediate.
177 // FIXME: Handle mul by immediate.
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 107 assert(isUInt<N>(Imm) && "Invalid immediate");
114 assert(isUInt<N>(Imm) && "Invalid immediate");
  /external/llvm/test/CodeGen/X86/
fast-isel-x86-64.ll 7 ; Make sure that fast-isel folds the immediate into the binop even though it
272 ; Check that immediate arguments to a function
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 108 @ Out of range immediate for SVC instruction.
119 @ Out of range immediate for ADD SP instructions
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 158 /// immediateEncodingFromString - Translates an immediate encoding from the
164 /// prefix. If it does not, then 16-bit immediate

Completed in 1294 milliseconds

<<11121314151617181920>>