HomeSort by relevance Sort by last modified time
    Searched full:opcode (Results 1576 - 1600 of 2817) sorted by null

<<61626364656667686970>>

  /prebuilts/sdk/tools/lib/
asm-tree-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-tree/3.3/
asm-tree-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /sdk/emulator/qtools/
coverage.cpp 8 #include "opcode.h"
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 159 /* "0xFF 0xFF" is an invalid opcode for x86. */
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 206 /// 1, 2, 3 or 4. The opcode arrays specify the instructions used for
214 /// be 1, 2, 3 or 4. The opcode arrays specify the instructions used for
222 /// be 2, 3 or 4. The opcode arrays specify the instructions used for
229 /// should be 2, 3 or 4. The opcode array specifies the instructions used
305 // opcode and that it has a immediate integer right operand.
442 unsigned Opcode = MCID.getOpcode();
443 if (Opcode == ARM::VMOVRS || Opcode == ARM::VMOVRRD)
458 return TII->isFpMLxInstruction(Opcode);
816 unsigned Opcode = Op->getOpcode()
    [all...]
Thumb2SizeReduction.cpp 44 uint16_t WideOpc; // Wide opcode
45 uint16_t NarrowOpc1; // Narrow opcode to transform to
46 uint16_t NarrowOpc2; // Narrow opcode when it's two-address
107 // FIXME: Clean this up after splitting each Thumb load / store opcode
147 /// ReduceOpcodeMap - Maps wide opcode to index of entry in ReduceTable.
318 /// Old opcode has an optional def of CPSR.
321 // If old opcode does not implicitly define CPSR, then it's not ok since
383 llvm_unreachable("Unexpected Thumb2 load / store opcode!");
618 // source insn opcode. So for now, we hack a local entry record to use.
895 unsigned Opcode = MI->getOpcode()
    [all...]
  /external/v8/src/arm/
lithium-arm.h 186 virtual Opcode opcode() const { return LInstruction::k##type; } \
216 enum Opcode {
224 virtual Opcode opcode() const = 0;
228 bool Is##type() const { return opcode() == k##type; }
233 // an opcode.
1108 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD
1125 virtual Opcode opcode() const { return LInstruction::kArithmeticT; } function in class:v8::internal::LArithmeticT
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 157 RelocInfo rinfo(call_address + 1, // 1 after the call opcode.
294 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
318 Translation::Opcode opcode = local
319 static_cast<Translation::Opcode>(iterator.Next());
320 ASSERT(Translation::BEGIN == opcode);
321 USE(opcode);
327 opcode = static_cast<Translation::Opcode>(iterator.Next());
328 USE(opcode);
    [all...]
  /external/v8/src/mips/
lithium-mips.h 185 virtual Opcode opcode() const { return LInstruction::k##type; } \
215 enum Opcode {
223 virtual Opcode opcode() const = 0;
227 bool Is##type() const { return opcode() == k##type; }
232 // an opcode.
1088 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD
1105 virtual Opcode opcode() const { return LInstruction::kArithmeticT; function in class:v8::internal::LArithmeticT
    [all...]
  /external/v8/src/x64/
lithium-x64.h 186 virtual Opcode opcode() const { return LInstruction::k##type; } \
217 enum Opcode {
225 virtual Opcode opcode() const = 0;
229 bool Is##type() const { return opcode() == k##type; }
234 // an opcode.
1087 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD
1104 virtual Opcode opcode() const { return LInstruction::kArithmeticT; function in class:v8::internal::LArithmeticT
    [all...]
  /bionic/libc/private/
arpa_nameser_compat.h 104 unsigned opcode: 4; /* purpose of message */ member in struct:__anon694
120 unsigned opcode :4; /* purpose of message */ member in struct:__anon694
  /dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java 172 * Returns the Rop opcode for this insn, or null if this is a phi insn.
176 * @return {@code null-ok;} Rop opcode if there is one.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprWalker.java 57 * @param opPos positive opcode position for this step.
68 // Smooth over an anomily in the opcode map...
MatchPatternIterator.java 62 * of step walkers from the opcode list, and call back
68 * opcode list from the compiler.
WalkingIterator.java 41 * of step walkers from the opcode list, and call back
47 * opcode list from the compiler.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
common.py 151 def is_control_opcode(opcode):
152 return (opcode >> 3) == 1
  /external/chromium_org/base/message_loop/
message_pump_x11.cc 105 int opcode, event, error; local
108 if (!XkbQueryExtension(display, &opcode, &event, &error, &major, &minor)) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
common.py 152 def is_control_opcode(opcode):
153 return (opcode >> 3) == 1
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_pair.c 176 rc_get_opcode_info(pair->Alpha.Opcode);
191 rc_get_opcode_info(pair->RGB.Opcode);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c 682 num_dst = _mesa_num_inst_dst_regs( inst->Opcode );
683 num_src = _mesa_num_inst_src_regs( inst->Opcode );
694 switch( inst->Opcode ) {
706 translate_opcode( inst->Opcode ),
718 translate_opcode( inst->Opcode ),
729 translate_opcode( inst->Opcode ),
737 translate_opcode( inst->Opcode ),
761 translate_opcode( inst->Opcode ),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 133 idesc64 isrL, 0x0008, 0 ; 0x06, 6, #UD, Invalid Opcode
172 dw isrR, 0 ; 0x06, 6, #UD, Invalid Opcode
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 146 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op,
151 assert (false && "Invalid Opcode.");
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaInsn.java 168 * Returns the Rop opcode for this insn, or null if this is a phi insn.
172 * @return {@code null-ok;} Rop opcode if there is one.

Completed in 1309 milliseconds

<<61626364656667686970>>