HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 826 - 850 of 1019) sorted by null

<<31323334353637383940>>

  /external/libnfc-nci/src/nfc/int/
rw_int.h     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 129 char Opcode;
132 UnaryExprAST(char opcode, ExprAST *operand)
133 : Opcode(opcode), Operand(operand) {}
562 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DebugInfoItem.java 185 public void ProcessStaticOpcode(DebugOpcode opcode, int startDebugOffset, int length) {
299 public void ProcessStaticOpcode(DebugOpcode opcode, int startDebugOffset, int length) {
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 2171 EAS_U16 opcode; local
    [all...]
  /external/strace/
syscall.c 772 long opcode, offset_reg, tmp; local
782 opcode = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)(pc-sizeof(long)), 0);
792 * Unfortunately the opcode sizes of EXECUTE and SVC are differently,
793 * so that this doesn't work if a SVC opcode is part of an EXECUTE
794 * opcode. Since there is no way to find out the opcode size this
798 if ((opcode & 0xff00) == 0x0a00) {
799 /* SVC opcode */
800 scno = opcode & 0xff;
809 svc_addr = (void *) (opcode & 0xfff)
    [all...]
  /external/v8/src/
deoptimizer.h 553 enum Opcode {
596 static int NumberOfOperandsFor(Opcode opcode);
599 static const char* StringFor(Opcode opcode);
  /frameworks/native/opengl/libagl/
state.cpp 549 void glLogicOp(GLenum opcode) {
551 c->rasterizer.procs.logicOp(c, opcode);
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 216 void ARMAssembler::dataProcessing(int opcode, int cc,
219 *mPC++ = (cc<<28) | (opcode<<21) | (s<<20) | (Rn<<16) | (Rd<<12) | Op2;
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 896 int opcode = in.readByte(); local
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h 146 * Description of an operand in opcode - its kind, size or RegName if
217 * @brief Info about single opcode - its opcode bytes, operands,
225 * @brief Raw opcode bytes.
227 * 'Raw' opcode bytes which do not require any analysis and are
228 * independent from arguments/sizes/etc (may include opcode size
231 char opcode[5];
236 * @brief Info about opcode's operands.
295 * @brief Empty value, used in hash-to-opcode map to show an empty slot.
602 * @brief Encodes special things of opcode description - '/r', 'ib', etc
    [all...]
enc_prvt.h 65 * a special marker, means 'no opcode on the given position'
67 * to fill an em64t-specific opcode on ia32.
83 * a mask to extract the opcode byte when presented
106 // Special encoding of 0x00 opcode byte. Note: it's all O-s, not zeros.
288 * platform on which the opcode is applicable.
292 /// an opcode is valid on all platforms
294 // opcode is valid on IA-32 only
296 // opcode is valid on Intel64 only
298 // opcode is added for the sake of disassembling, should not be used in encoding
306 unsigned opcode[4+1+1] member in struct:OpcodeInfo
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 165 UINT16 opcode; member in struct:__anon3301
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 190 #define NFC_HAL_BT_HCI_CMD_HDR_SIZE 3 /* opcode (2) + length (1) */
241 UINT16 opcode; member in struct:__anon10212
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 77 switch (instruction.opcode) {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java 69 writer.write("#unknown opcode: 0x");
238 writer.write(instruction.opcode.name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 358 const char * p_section (int section, int opcode) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 358 const char * p_section (int section, int opcode) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 358 const char * p_section (int section, int opcode) __THROW;
  /system/core/include/pixelflinger/
pixelflinger.h 292 void (*logicOp)(void* c, GGLenum opcode);
  /system/core/sdcard/
fuse.h 538 __u32 opcode; member in struct:fuse_in_header
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 222 Rop opcode = defInsn.getOpcode(); local
224 // opcode == null for phi insns.
225 if (opcode != null && opcode.getOpcode() == RegOps.MOVE_PARAM) {
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 333 tBTA_STATUS BTA_DmVendorSpecificCommand (UINT16 opcode, UINT8 param_len,
352 p_msg->opcode = opcode;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 222 Rop opcode = defInsn.getOpcode(); local
224 // opcode == null for phi insns.
225 if (opcode != null && opcode.getOpcode() == RegOps.MOVE_PARAM) {
    [all...]

Completed in 1078 milliseconds

<<31323334353637383940>>