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

<<61626364656667686970>>

  /dalvik/vm/compiler/
SSATransformation.cpp 489 phi->dalvikInsn.opcode = (Opcode)kMirOpPhi;
510 if (mir->dalvikInsn.opcode != (Opcode)kMirOpPhi)
  /dalvik/vm/mterp/
NOTES.txt 26 registers for "precise" garbage collection. So, all opcode handlers must
config-armv5te-vfp 48 # opcode list; argument to op-start is default directory
  /dalvik/vm/mterp/armv5te/
entry.S 92 GET_INST_OPCODE(ip) @ extract opcode from rINST
  /dalvik/vm/mterp/x86/
entry.S 102 FETCH_INST_R %ecx # %edx<- opcode
  /docs/source.android.com/src/devices/tech/dalvik/
dalvik-bytecode.css 112 /* supplemental opcode format table */
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionPathIterator.java 146 * of location path iterators from the opcode list, and call back
152 * opcode list from the compiler.
173 * opcode list from the compiler.
324 * opcode list from the compiler.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
extensions.py 228 common.is_control_opcode(frame.opcode)):
252 if frame.rsv1 != 1 or common.is_control_opcode(frame.opcode):
592 if frame.rsv1 == 1 and not common.is_control_opcode(frame.opcode):
598 common.is_control_opcode(frame.opcode)):
  /external/chromium_org/chrome/browser/chromeos/
xinput_hierarchy_changed_event_listener.cc 17 // Gets the major opcode for XInput2. Returns -1 on error.
  /external/chromium_org/courgette/
encoded_program.h 79 // ARM reserves 0x1000-LAST_ARM, bits 13-16 define the opcode
  /external/chromium_org/net/spdy/
spdy_websocket_test_util.cc 121 SetHeader("opcode", "1", headers.get()); // text frame
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 47 SANDBOX_DIE("Invalid opcode in BPF sandbox rules");
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 317 if (inst->Instruction.Opcode == TGSI_OPCODE_END) {
324 info = tgsi_get_opcode_info( inst->Instruction.Opcode );
326 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_shader.h 78 * Each fragment program opcode appears to be comprised of 4 32-bit values.
93 * 24-29: opcode
114 * 31: opcode is branch
178 //== Opcode / Destination selection ==
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 69 rc_get_opcode_info(inst->U.I.Opcode);
radeon_program_pair.h 72 unsigned int Opcode:8;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glxinit.c 137 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name)
158 req->reqType = opcode;
238 QueryVersion(Display * dpy, int opcode, int *major, int *minor)
246 req->reqType = opcode;
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_API.xml 9 in the case of Render of VendorPrivate) and its opcode. Once
  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 50 BinaryOperator::Opcode Op = B->getOpcode();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
HighRegisterPrefix.java 30 * be met using a straightforward choice of a single opcode.
  /external/javassist/src/main/javassist/expr/
Handler.java 127 b.addOpcode(Opcode.GOTO);
  /external/libnfc-nci/src/nfc/nfc/
nfc_vs.c 96 ** Parameters oid - The opcode of the VS command.
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 163 CST_CODE_CE_BINOP = 10, // CE_BINOP: [opcode, opval, opval]
164 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval]
272 FUNC_CODE_INST_BINOP = 2, // BINOP: [opcode, ty, opval, opval]
273 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval]
  /external/llvm/include/llvm/Target/
TargetSchedule.td 15 // 2. Scheduler Read/Write resources for simple per-opcode cost model.
62 // matching Instruction opcode names.
63 // The regex must match the beginning of the opcode (as in Python re.match).
345 // SchedModel ties this opcode mapping to a processor.
  /external/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 50 /// opcode and two operands into either a constant true or false, or the

Completed in 775 milliseconds

<<61626364656667686970>>