HomeSort by relevance Sort by last modified time
    Searched defs:opcode (Results 226 - 250 of 348) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 34 public class CodeIterator implements Opcode {
174 * (not the operand following the current opcode).
733 * Calculates the index of the next opcode.
738 int opcode; local
740 opcode = code[index] & 0xff;
743 throw new BadBytecode("invalid opcode address");
747 int len = opcodeLength[opcode];
750 else if (opcode == WIDE)
757 if (opcode == LOOKUPSWITCH) {
761 else if (opcode == TABLESWITCH)
1413 int opcode(int op) { method in class:CodeIterator.If16
    [all...]
  /external/libmtp/src/
ptp.c 4314 uint16_t opcode; member in struct:__anon10142
4349 uint16_t opcode; member in struct:__anon10143
    [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/llvm/lib/IR/
Constants.cpp 1496 Instruction::CastOps opcode = local
    [all...]
Instructions.cpp 2410 Instruction::CastOps opcode = local
2424 Instruction::CastOps opcode = local
2438 Instruction::CastOps opcode = local
2451 Instruction::CastOps opcode = local
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 194 const char *NVPTXTargetLowering::getTargetNodeName(unsigned Opcode) const {
195 switch (Opcode) {
462 unsigned opcode = NVPTXISD::StoreParam; local
464 opcode = NVPTXISD::MoveToParam;
467 opcode = NVPTXISD::StoreParamU32;
469 opcode = NVPTXISD::StoreParamS32;
471 Chain = DAG.getNode(opcode, dl, CopyParamVTs, CopyParamOps, 5);
689 unsigned opcode; local
691 opcode = NVPTXISD::LastCallArg;
693 opcode = NVPTXISD::CallArg
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 77 uint32_t opcode; member in struct:__anon11876::Expression
81 Expression(uint32_t o = ~2U) : opcode(o) { }
84 if (opcode != other.opcode)
86 if (opcode == ~0U || opcode == ~1U)
96 return hash_combine(Value.opcode, Value.type,
112 Expression create_cmp_expression(unsigned Opcode,
121 uint32_t lookup_or_add_cmp(unsigned Opcode, CmpInst::Predicate Pred,
163 e.opcode = I->getOpcode()
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 2171 EAS_U16 opcode; local
    [all...]
  /external/stressapptest/src/
worker.cc 2905 const int opcode; member in struct:__anon15692
    [all...]
  /external/v8/src/
deoptimizer.cc 551 Translation::Opcode opcode = local
552 static_cast<Translation::Opcode>(iterator.Next());
553 ASSERT(Translation::BEGIN == opcode);
554 USE(opcode);
569 Translation::Opcode opcode = local
570 static_cast<Translation::Opcode>(iterator.Next());
571 switch (opcode) {
686 Translation::Opcode opcode local
874 Translation::Opcode opcode = local
1493 Translation::Opcode opcode = local
1573 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); local
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 5412 uint32_t opcode = Assembler::GetOpcodeField(instr); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h 381 __u32 opcode; member in struct:fuse_in_header
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 381 __u32 opcode; member in struct:fuse_in_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 381 __u32 opcode; member in struct:fuse_in_header
  /system/core/include/private/pixelflinger/
ggl_context.h 312 uint16_t opcode; member in struct:android::logic_op_state_t
  /system/core/sdcard/
fuse.h 538 __u32 opcode; member in struct:fuse_in_header
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /bionic/libc/kernel/common/linux/
coda.h 225 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
232 u_int32_t opcode; member in struct:coda_in_hdr
241 u_int32_t opcode; member in struct:coda_out_hdr
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 896 int opcode = in.readByte(); local
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 461 Opcode opcode = dexOpcodeFromCodeUnit(*insns); local
462 if (opcode == OP_NEW_INSTANCE)
3254 Opcode opcode = dexOpcodeFromCodeUnit(*oldInsns); local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 342 UINT8 opcode; member in struct:__anon2413
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 23 * Information about each Dalvik opcode.
35 * pseudo-opcode used for nonstandard formatted "instructions"
44 // TODO: These payload opcodes should be generated by opcode-gen.
61 // BEGIN(opcode-info-defs); GENERATED AUTOMATICALLY BY opcode-gen
1431 private final int opcode; field in class:OpcodeInfo.Info
    [all...]
  /external/kernel-headers/original/linux/
coda.h 308 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
330 u_int32_t opcode; member in struct:coda_in_hdr
344 /* Really important that opcode and unique are 1st two fields! */
346 u_int32_t opcode; member in struct:coda_out_hdr

Completed in 2018 milliseconds

1 2 3 4 5 6 7 8 91011>>