HomeSort by relevance Sort by last modified time
    Searched defs:opcode (Results 26 - 50 of 1020) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
TargetInsn.java 34 * @param opcode the opcode; one of the constants from {@link Dops}
41 public TargetInsn(Dop opcode, SourcePosition position,
43 super(opcode, position, registers);
54 public DalvInsn withOpcode(Dop opcode) {
55 return new TargetInsn(opcode, getPosition(), getRegisters(), target);
66 * opcode has the opposite sense (as a test; e.g. a
75 Dop opcode = getOpcode().getOppositeTest(); local
77 return new TargetInsn(opcode, getPosition(), getRegisters(), target);
  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 23 * Representation of an opcode.
26 /** {@code Opcodes.isValid();} the opcode value itself */
27 private final int opcode; field in class:Dop
29 /** {@code Opcodes.isValid();} the opcode family */
33 * {@code Opcodes.isValid();} what opcode (by number) to try next
34 * when attempting to match an opcode to particular arguments;
36 * opcode to try in a particular chain
43 /** whether this opcode uses a result register */
49 * @param opcode {@code Opcodes.isValid();} the opcode valu
    [all...]
TargetInsn.java 34 * @param opcode the opcode; one of the constants from {@link Dops}
41 public TargetInsn(Dop opcode, SourcePosition position,
43 super(opcode, position, registers);
54 public DalvInsn withOpcode(Dop opcode) {
55 return new TargetInsn(opcode, getPosition(), getRegisters(), target);
66 * opcode has the opposite sense (as a test; e.g. a
75 Dop opcode = getOpcode().getOppositeTest(); local
77 return new TargetInsn(opcode, getPosition(), getRegisters(), target);
  /development/ndk/platforms/android-21/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
update.py 20 import dns.opcode namespace
49 self.flags |= dns.opcode.to_flags(dns.opcode.UPDATE)
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dop.java 23 * Representation of an opcode.
26 /** {@code Opcodes.isValid();} the opcode value itself */
27 private final int opcode; field in class:Dop
29 /** {@code Opcodes.isValid();} the opcode family */
33 * {@code Opcodes.isValid();} what opcode (by number) to try next
34 * when attempting to match an opcode to particular arguments;
36 * opcode to try in a particular chain
43 /** whether this opcode uses a result register */
49 * @param opcode {@code Opcodes.isValid();} the opcode valu
    [all...]
TargetInsn.java 34 * @param opcode the opcode; one of the constants from {@link Dops}
41 public TargetInsn(Dop opcode, SourcePosition position,
43 super(opcode, position, registers);
54 public DalvInsn withOpcode(Dop opcode) {
55 return new TargetInsn(opcode, getPosition(), getRegisters(), target);
66 * opcode has the opposite sense (as a test; e.g. a
75 Dop opcode = getOpcode().getOppositeTest(); local
77 return new TargetInsn(opcode, getPosition(), getRegisters(), target);
  /external/elfutils/tests/
dwarf-getmacros.c 37 unsigned int opcode; local
38 dwarf_macro_opcode (macro, &opcode);
39 switch (opcode)
101 level, "", opcode, paramcnt);
  /external/libchrome/sandbox/win/src/sidestep/
mini_disassembler.cpp 58 // specified by the opcode and/or ModR/M byte and/or SIB byte.
63 // We get the total length of any prefixes, the opcode, and the ModR/M and
90 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
92 switch (opcode.type_) {
108 instruction_type = opcode.type_;
132 const Opcode& opcode = table.table_[current_byte]; local
133 if (IT_UNUSED == opcode.type_) {
139 } else if (IT_REFERENCE == opcode.type_)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_connection.c 35 enum rbug_opcode opcode; member in struct:rbug_connection
90 data->opcode = 0;
134 rbug_connection_send_start(struct rbug_connection *c, enum rbug_opcode opcode, uint32_t length)
136 c->opcode = opcode;
160 if (c->opcode < 0)
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction.java 34 import org.jf.dexlib2.Opcode;
45 @Nonnull public final Opcode opcode; field in class:DexBackedInstruction
49 @Nonnull Opcode opcode,
52 this.opcode = opcode;
56 @Nonnull public Opcode getOpcode() { return opcode; }
57 @Override public int getCodeUnits() { return opcode.format.size / 2;
67 Opcode opcode = reader.dexBuf.getOpcodes().getOpcodeByValue(opcodeValue); local
    [all...]
  /external/v8/test/unittests/compiler/
simplified-operator-unittest.cc 24 IrOpcode::Value opcode; member in struct:v8::internal::compiler::__anon24517::PureOperator
31 return os << IrOpcode::Mnemonic(pop.opcode);
108 EXPECT_EQ(pop.opcode, op->opcode());
156 EXPECT_EQ(IrOpcode::kLoadBuffer, op->opcode());
176 EXPECT_EQ(IrOpcode::kStoreBuffer, op->opcode());
251 EXPECT_EQ(IrOpcode::kLoadElement, op->opcode());
271 EXPECT_EQ(IrOpcode::kStoreElement, op->opcode());
  /frameworks/base/services/core/java/com/android/server/hdmi/
RequestArcAction.java 54 int opcode = cmd.getOpcode(); local
55 switch (opcode) {
  /hardware/google/apf/
apf_disassembler.c 27 static void print_opcode(const char* opcode) {
28 printf("%-6s", opcode);
31 // Mapping from opcode number to opcode name.
85 const uint32_t opcode = EXTRACT_OPCODE(bytecode); local
86 #define PRINT_OPCODE() print_opcode(opcode_names[opcode])
101 switch (opcode) {
139 if (opcode == JNEBS_OPCODE) {
209 // Unknown opcode
211 printf("unknown %u", opcode);
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hardware.c 127 uint16_t opcode; local
131 STREAM_TO_UINT16(opcode,p);
133 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
hardware.c 115 uint16_t opcode; local
119 STREAM_TO_UINT16(opcode,p);
121 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hardware.c 114 uint16_t opcode; local
118 STREAM_TO_UINT16(opcode,p);
120 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hardware.c 114 uint16_t opcode; local
118 STREAM_TO_UINT16(opcode,p);
120 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/mmc/
ioctl.h 10 __u32 opcode; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd

Completed in 885 milliseconds

12 3 4 5 6 7 8 91011>>