HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 251 - 275 of 1460) sorted by null

<<11121314151617181920>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction30t.java 35 import org.jf.dexlib2.Opcode;
45 public ImmutableInstruction30t(@Nonnull Opcode opcode,
47 super(opcode);
ImmutableInstruction31i.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction31i(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction31t.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction31t(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction32x.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction32x(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction51l.java 35 import org.jf.dexlib2.Opcode;
47 public ImmutableInstruction51l(@Nonnull Opcode opcode,
50 super(opcode);
ImmutableInstruction35c.java 35 import org.jf.dexlib2.Opcode;
55 public ImmutableInstruction35c(@Nonnull Opcode opcode,
63 super(opcode);
70 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference);
95 @Override public int getReferenceType() { return opcode.referenceType; }
  /external/v8/src/compiler/
phi-reducer.h 18 if (node->opcode() != IrOpcode::kPhi &&
19 node->opcode() != IrOpcode::kEffectPhi)
  /system/bt/stack/include/
uipc_msg.h 60 UINT8 opcode; /* UIPC_OPEN_REQ */ member in struct:__anon69699
67 UINT8 opcode; /* UIPC_OPEN_RESP */ member in struct:__anon69700
78 UINT8 opcode; /* UIPC_CLOSE_REQ */ member in struct:t_uipc_close_req
85 UINT8 opcode; /* UIPC_CLOSE_RSP */ member in struct:t_uipc_close_rsp
92 UINT8 opcode; member in union:__anon69701
110 UINT8 opcode; /* A2DP_START_REQ */ member in struct:__anon69702
117 UINT8 opcode; /* A2DP_STOP_REQ */ member in struct:__anon69703
123 UINT8 opcode; /* A2DP_SUSPEND_REQ */ member in struct:__anon69704
129 UINT8 opcode; /* A2DP_CLEANUP_REQ */ member in struct:__anon69705
136 UINT8 opcode; /* A2DP_START_RESP, A2DP_STOP_RESP, A2DP_CLEANUP_RESP, A2DP_SUSPEND_RESP * member in struct:__anon69706
374 UINT8 opcode; \/* AUDIO_CODEC_CONFIG_REQ *\/ member in struct:__anon69713
388 UINT8 opcode; \/* AUDIO_CODEC_CONFIG_RESP *\/ member in struct:__anon69714
394 UINT8 opcode; \/* AUDIO_CODEC_SET_BITRATE_REQ *\/ member in struct:__anon69715
474 UINT8 opcode; \/* AUDIO_ROUTE_CONFIG_REQ *\/ member in struct:__anon69717
485 UINT8 opcode; \/* AUDIO_ROUTE_CONFIG_RESP *\/ member in struct:__anon69718
524 UINT8 opcode; \/* AUDIO_MIX_CONFIG_REQ *\/ member in struct:__anon69722
533 UINT8 opcode; \/* AUDIO_MIX_CONFIG_RESP *\/ member in struct:__anon69723
540 UINT8 opcode; \/* AUDIO_BURST_FRAMES_IND *\/ member in struct:__anon69724
546 UINT8 opcode; \/* AUDIO_BURST_END_IND *\/ member in struct:__anon69725
551 UINT8 opcode; \/* AUDIO_CODEC_FLUSH_REQ *\/ member in struct:__anon69726
556 UINT8 opcode; \/* AUDIO_EQ_MODE_CONFIG_REQ *\/ member in struct:__anon69727
563 UINT8 opcode; \/* AUDIO_SCALE_CONFIG_REQ *\/ member in struct:__anon69728
    [all...]
  /bionic/libc/kernel/uapi/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /development/ndk/platforms/android-21/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /external/kernel-headers/original/uapi/linux/mmc/
ioctl.h 13 __u32 opcode; member in struct:mmc_ioc_cmd
  /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/9/platforms/android-21/arch-arm/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /external/valgrind/VEX/priv/
guest_s390_helpers.c 962 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \
965 opcode " %[op1],%[op2]\n\t" \
972 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
980 opcode " %[op1],%[op2]\n\t" /* then redo the op */\
987 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
995 opcode " %[op1],%[op2]\n\t" /* then redo the op */\
1003 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \
1006 opcode " 0,%[op]\n\t" \
1025 #define S390_CC_FOR_BFP_CONVERT_AUX(opcode,cc_dep1,rounding_mode) \
1028 opcode " 0," #rounding_mode ",%[op]\n\t"
    [all...]
  /art/compiler/dex/
post_opt_passes.cc 35 Instruction::Code opcode = mir->dalvikInsn.opcode; local
37 if (opcode == static_cast<Instruction::Code> (kMirOpPhi)) {
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
FillArrayDataInsn.java 45 * @param opcode {@code non-null;} the opcode
51 public FillArrayDataInsn(Rop opcode, SourcePosition position,
55 super(opcode, position, null, sources);
57 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
PlainCstInsn.java 33 * @param opcode {@code non-null;} the opcode
39 public PlainCstInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources, cst);
44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
SwitchInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result,
43 super(opcode, position, result, sources);
45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
ThrowingCstInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public ThrowingCstInsn(Rop opcode, SourcePosition position,
44 super(opcode, position, null, sources, cst);
46 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
ThrowingInsn.java 57 * @param opcode {@code non-null;} the opcode
62 public ThrowingInsn(Rop opcode, SourcePosition position,
65 super(opcode, position, null, sources);
67 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {

Completed in 891 milliseconds

<<11121314151617181920>>