Searched
full:operand (Results
651 -
675 of
1353) sorted by null
<<21222324252627282930>>
/external/v8/src/mips/ |
assembler-mips.cc | 174 // Implementation of Operand and MemOperand. 177 Operand::Operand(Handle<Object> handle) { 193 MemOperand::MemOperand(Register rm, int32_t offset) : Operand(rm) { 984 // addiu(sp, sp, Operand(-kPointerSize)); 986 // addiu(sp, sp, Operand(kPointerSize)); [all...] |
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGJITCodeGenerator.cpp | 84 // Should only be calling this function if we know this operand to be integer. 158 // Should only be calling this function if we know this operand to be numeric.
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
DelegateMethodAdapter2.java | 381 public void visitIntInsn(int opcode, int operand) { 383 mOrgWriter.visitIntInsn(opcode, operand);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
form.h | 115 struct typenode * left; /* ptr to operand for | */ 116 struct typenode * right; /* ptr to operand for | */
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/bin/ |
as | |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/ |
arm-linux-androideabi-as | |
/bionic/libc/regex/ |
regex2.h | 70 /* operators meaning operand */
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaInsn.java | 240 * @return true if this is a move (but not a move-operand or
|
/external/clang/lib/CodeGen/ |
CodeGenTBAA.cpp | 69 // Set up the mdnode operand list.
|
/external/clang/lib/Lex/ |
PPExpressions.cpp | 342 // C99 6.5.3.3p3: The sign of the result matches the sign of the operand. 362 // C99 6.5.3.3p4: The sign of the result matches the sign of the operand. 511 // either operand is unsigned. 683 // either operand is unsigned.
|
/external/iptables/extensions/ |
libxt_u32.c | 124 /* read next operand/number or range */
|
/external/javassist/src/main/javassist/bytecode/ |
CodeAnalyzer.java | 131 * a return address on the operand stack.
|
InstructionPrinter.java | 166 throw new RuntimeException("Invalid WIDE operand");
|
/external/javassist/src/main/javassist/expr/ |
NewArray.java | 139 * operand. Otherwise, it returns 1.
|
/external/kernel-headers/original/asm-generic/ |
siginfo.h | 160 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */
|
/external/llvm/include/llvm/Analysis/ |
SparsePropagation.h | 101 /// ComputeInstructionState - Given an instruction and a vector of its operand
|
/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 117 /// PHINodesToUpdate - A list of phi instructions whose operand list will
|
/external/llvm/include/llvm/ |
Constant.h | 30 /// can have a null value. They can have an operand list. Constants can be
|
/external/llvm/lib/Analysis/ |
ScalarEvolutionAliasAnalysis.cpp | 96 // If there's a pointer operand, it'll be sorted at the end of the list.
|
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.h | 186 /// operand use/def information
|
StrongPHIElimination.cpp | 158 // is the operand of that PHI corresponding to the current basic block. 609 // Find the index of the PHI operand that corresponds to this basic block. 639 // If two PHIs have the same operand from every shared predecessor, then 672 // If neither the PHI nor the operand were isolated, then we only need to [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGSDNodes.cpp | 100 /// a specified operand is a physical register dependency. If so, returns the 309 // is required to be the last operand and result of a node. 548 // (e.g. Top-Down list) may rely on the fact that operand latency is nonzero 589 // Adjust the use operand index by num of defs.
|
/external/llvm/lib/Support/ |
regex2.h | 70 /* operators meaning operand */
|
/external/llvm/lib/Target/ARM/ |
ARMScheduleA8.td | 30 // No operand cycles 151 // Load multiple, def is the 5th operand. Pipeline 0 only. 166 // Pop, def is the 3rd operand. 170 // Push, def is the 3th operand. [all...] |
/external/llvm/lib/Target/ARM/InstPrinter/ |
ARMInstPrinter.cpp | 208 assert(Op.isExpr() && "unknown operand kind in printOperand"); 232 llvm_unreachable("Unknown LDR label operand?"); 235 // so_reg is a 4-operand unit corresponding to register forms of the A5.1 816 // Constant shifts t2_so_reg is a 2-operand unit corresponding to the Thumb2
|
Completed in 715 milliseconds
<<21222324252627282930>>