/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | InstructionFactory.java | 45 Instruction makeInstruction10t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction10t() 46 Instruction makeInstruction10x(@Nonnull Opcode opcode); in makeInstruction10x() 47 Instruction makeInstruction11n(@Nonnull Opcode opcode, int registerA, int literal); in makeInstruction11n() 48 Instruction makeInstruction11x(@Nonnull Opcode opcode, int registerA); in makeInstruction11x() 49 Instruction makeInstruction12x(@Nonnull Opcode opcode, int registerA, int registerB); in makeInstruction12x() 50 …ruction makeInstruction20bc(@Nonnull Opcode opcode, int verificationError, @Nonnull Ref reference); in makeInstruction20bc() 51 Instruction makeInstruction20t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction20t() 52 Instruction makeInstruction21c(@Nonnull Opcode opcode, int registerA, @Nonnull Ref reference); in makeInstruction21c() 53 Instruction makeInstruction21ih(@Nonnull Opcode opcode, int registerA, int literal); in makeInstruction21ih() 54 Instruction makeInstruction21lh(@Nonnull Opcode opcode, int registerA, long literal); in makeInstruction21lh() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
D | ImmutableInstructionFactory.java | 49 public ImmutableInstruction10t makeInstruction10t(@Nonnull Opcode opcode, in makeInstruction10t() 54 public ImmutableInstruction10x makeInstruction10x(@Nonnull Opcode opcode) { in makeInstruction10x() 58 public ImmutableInstruction11n makeInstruction11n(@Nonnull Opcode opcode, in makeInstruction11n() 64 public ImmutableInstruction11x makeInstruction11x(@Nonnull Opcode opcode, in makeInstruction11x() 69 public ImmutableInstruction12x makeInstruction12x(@Nonnull Opcode opcode, in makeInstruction12x() 75 public ImmutableInstruction20bc makeInstruction20bc(@Nonnull Opcode opcode, in makeInstruction20bc() 81 public ImmutableInstruction20t makeInstruction20t(@Nonnull Opcode opcode, in makeInstruction20t() 86 public ImmutableInstruction21c makeInstruction21c(@Nonnull Opcode opcode, in makeInstruction21c() 92 public ImmutableInstruction21ih makeInstruction21ih(@Nonnull Opcode opcode, in makeInstruction21ih() 98 public ImmutableInstruction21lh makeInstruction21lh(@Nonnull Opcode opcode, in makeInstruction21lh() [all …]
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Util.java | 27 int opcode = iter.byteAt(pos); in getJumpTarget() local 32 public static boolean isJumpInstruction(int opcode) { in isJumpInstruction() 36 public static boolean isGoto(int opcode) { in isGoto() 40 public static boolean isJsr(int opcode) { in isJsr() 44 public static boolean isReturn(int opcode) { in isReturn()
|
/external/chromium_org/sandbox/win/src/ |
D | policy_engine_opcodes.cc | 56 EvalResult OpcodeEval<OP_ALWAYS_FALSE>(PolicyOpcode* opcode, in OpcodeEval() 74 EvalResult OpcodeEval<OP_ALWAYS_TRUE>(PolicyOpcode* opcode, in OpcodeEval() 90 PolicyOpcode* opcode = MakeBase(OP_ACTION, options, 0); in MakeOpAction() local 97 EvalResult OpcodeEval<OP_ACTION>(PolicyOpcode* opcode, in OpcodeEval() 116 PolicyOpcode* opcode = MakeBase(OP_NUMBER_MATCH, options, selected_param); in MakeOpNumberMatch() local 126 PolicyOpcode* opcode = MakeBase(OP_NUMBER_MATCH, options, selected_param); in MakeOpVoidPtrMatch() local 134 EvalResult OpcodeEval<OP_NUMBER_MATCH>(PolicyOpcode* opcode, in OpcodeEval() 167 PolicyOpcode* opcode = MakeBase(OP_ULONG_MATCH_RANGE, options, in MakeOpUlongMatchRange() local 176 EvalResult OpcodeEval<OP_ULONG_MATCH_RANGE>(PolicyOpcode* opcode, in OpcodeEval() 199 PolicyOpcode* opcode = MakeBase(OP_ULONG_AND_MATCH, options, selected_param); in MakeOpUlongAndMatch() local [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 222 tgsi_get_opcode_info( uint opcode ) in tgsi_get_opcode_info() 242 tgsi_get_opcode_name( uint opcode ) in tgsi_get_opcode_name() 269 tgsi_opcode_infer_src_type( uint opcode ) in tgsi_opcode_infer_src_type() 317 tgsi_opcode_infer_dst_type( uint opcode ) in tgsi_opcode_infer_dst_type()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 222 tgsi_get_opcode_info( uint opcode ) in tgsi_get_opcode_info() 242 tgsi_get_opcode_name( uint opcode ) in tgsi_get_opcode_name() 269 tgsi_opcode_infer_src_type( uint opcode ) in tgsi_opcode_infer_src_type() 317 tgsi_opcode_infer_dst_type( uint opcode ) in tgsi_opcode_infer_dst_type()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/ |
D | DexBackedInstruction.java | 45 @Nonnull public final Opcode opcode; field in DexBackedInstruction 49 @Nonnull Opcode opcode, in DexBackedInstruction() 67 Opcode opcode = reader.dexBuf.getOpcodes().getOpcodeByValue(opcodeValue); in readFrom() local 74 …c DexBackedInstruction buildInstruction(@Nonnull DexBackedDexFile dexFile, @Nullable Opcode opcode, in buildInstruction()
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | FillArrayDataPayloadDecodedInstruction.java | 39 int opcode, Object data, int size, int elementWidth) { in FillArrayDataPayloadDecodedInstruction() 51 int opcode, byte[] data) { in FillArrayDataPayloadDecodedInstruction() 59 int opcode, short[] data) { in FillArrayDataPayloadDecodedInstruction() 67 int opcode, int[] data) { in FillArrayDataPayloadDecodedInstruction() 75 int opcode, long[] data) { in FillArrayDataPayloadDecodedInstruction()
|
/external/valgrind/main/none/tests/s390x/ |
D | dfptest.c | 19 #define TEST_128(opcode, d, n) \ argument 31 #define TEST_64(opcode, d, n) \ argument 43 #define TEST_32(opcode, d, n) \ argument
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | Rop.java | 53 private final int opcode; field in Rop 94 public Rop(int opcode, Type result, TypeList sources, in Rop() 141 public Rop(int opcode, Type result, TypeList sources, in Rop() 159 public Rop(int opcode, Type result, TypeList sources, int branchingness, in Rop() 176 public Rop(int opcode, Type result, TypeList sources, String nickname) { in Rop() 194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop() 210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop()
|
D | TranslationAdvice.java | 39 public boolean hasConstantOperation(Rop opcode, in hasConstantOperation() 51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources); in requiresSourcesInOrder()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | TargetInsn.java | 41 public TargetInsn(Dop opcode, SourcePosition position, in TargetInsn() 54 public DalvInsn withOpcode(Dop opcode) { in withOpcode() 75 Dop opcode = getOpcode().getOppositeTest(); in withNewTargetAndReversed() local
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | MethodVisitor.java | 180 void visitInsn(int opcode); in visitInsn() 197 void visitIntInsn(int opcode, int operand); in visitIntInsn() 209 void visitVarInsn(int opcode, int var); in visitVarInsn() 221 void visitTypeInsn(int opcode, String type); in visitTypeInsn() 234 void visitFieldInsn(int opcode, String owner, String name, String desc); in visitFieldInsn() 248 void visitMethodInsn(int opcode, String owner, String name, String desc); in visitMethodInsn() 262 void visitJumpInsn(int opcode, Label label); in visitJumpInsn()
|
D | MethodAdapter.java | 93 public void visitInsn(final int opcode) { in visitInsn() 97 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() 101 public void visitVarInsn(final int opcode, final int var) { in visitVarInsn() 105 public void visitTypeInsn(final int opcode, final String type) { in visitTypeInsn() 110 final int opcode, in visitFieldInsn() 119 final int opcode, in visitMethodInsn() 127 public void visitJumpInsn(final int opcode, final Label label) { in visitJumpInsn()
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | glx_query.c | 46 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) in __glXQueryServerString() 70 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) in __glXGetString() 119 __glXGetStringFromServer(Display * dpy, int opcode, CARD32 glxCode, in __glXGetStringFromServer() 164 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) in __glXQueryServerString() 171 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) in __glXGetString()
|
/external/mesa3d/src/glx/ |
D | glx_query.c | 46 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) in __glXQueryServerString() 70 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) in __glXGetString() 119 __glXGetStringFromServer(Display * dpy, int opcode, CARD32 glxCode, in __glXGetStringFromServer() 164 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) in __glXQueryServerString() 171 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) in __glXGetString()
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/ |
D | MethodVisitorTee.java | 61 public void visitInsn(int opcode) { in visitInsn() 66 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() 71 public void visitVarInsn(int opcode, int var) { in visitVarInsn() 76 public void visitTypeInsn(int opcode, String desc) { in visitTypeInsn() 81 public void visitFieldInsn(int opcode, String owner, String name, String desc) { in visitFieldInsn() 86 public void visitMethodInsn(int opcode, String owner, String name, String desc) { in visitMethodInsn() 91 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn()
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 329 EmulateInstructionARM::EmulatePUSH (const uint32_t opcode, const ARMEncoding encoding) in EmulatePUSH() 459 EmulateInstructionARM::EmulatePOP (const uint32_t opcode, const ARMEncoding encoding) in EmulatePOP() 591 EmulateInstructionARM::EmulateADDRdSPImm (const uint32_t opcode, const ARMEncoding encoding) in EmulateADDRdSPImm() 650 EmulateInstructionARM::EmulateMOVRdSP (const uint32_t opcode, const ARMEncoding encoding) in EmulateMOVRdSP() 707 EmulateInstructionARM::EmulateMOVLowHigh (const uint32_t opcode, const ARMEncoding encoding) in EmulateMOVLowHigh() 715 EmulateInstructionARM::EmulateMOVRdRm (const uint32_t opcode, const ARMEncoding encoding) in EmulateMOVRdRm() 801 EmulateInstructionARM::EmulateMOVRdImm (const uint32_t opcode, const ARMEncoding encoding) in EmulateMOVRdImm() 914 EmulateInstructionARM::EmulateMUL (const uint32_t opcode, const ARMEncoding encoding) in EmulateMUL() 1041 EmulateInstructionARM::EmulateMVNImm (const uint32_t opcode, const ARMEncoding encoding) in EmulateMVNImm() 1101 EmulateInstructionARM::EmulateMVNReg (const uint32_t opcode, const ARMEncoding encoding) in EmulateMVNReg() [all …]
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_debug_fp.c | 258 unsigned opcode, const unsigned * program) in print_arith_op() 292 unsigned opcode, const unsigned * program) in print_tex_op() 310 unsigned opcode, const unsigned * program) in print_texkil_op() 323 unsigned opcode, const unsigned * program) in print_dcl_op() 344 unsigned opcode = program[0] & (0x1f << 24); in i915_disassemble_program() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_debug_fp.c | 258 unsigned opcode, const unsigned * program) in print_arith_op() 292 unsigned opcode, const unsigned * program) in print_tex_op() 310 unsigned opcode, const unsigned * program) in print_texkil_op() 323 unsigned opcode, const unsigned * program) in print_dcl_op() 344 unsigned opcode = program[0] & (0x1f << 24); in i915_disassemble_program() local
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
D | ASMifierMethodVisitor.java | 142 public void visitInsn(final int opcode) { in visitInsn() 148 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() 160 public void visitVarInsn(final int opcode, final int var) { in visitVarInsn() 170 public void visitTypeInsn(final int opcode, final String type) { in visitTypeInsn() 179 final int opcode, in visitFieldInsn() 196 final int opcode, in visitMethodInsn() 212 public void visitJumpInsn(final int opcode, final Label label) { in visitJumpInsn()
|
/external/valgrind/main/VEX/priv/ |
D | guest_s390_helpers.c | 960 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \ argument 970 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 985 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 1001 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \ argument 1023 #define S390_CC_FOR_BFP_CONVERT_AUX(opcode,cc_dep1,rounding_mode) \ argument 1033 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1,cc_dep2) \ argument 1055 #define S390_CC_FOR_BFP_UCONVERT_AUX(opcode,cc_dep1,rounding_mode) \ argument 1065 #define S390_CC_FOR_BFP_UCONVERT(opcode,cc_dep1,cc_dep2) \ argument 1087 #define S390_CC_FOR_BFP128_CONVERT_AUX(opcode,hi,lo,rounding_mode) \ argument 1099 #define S390_CC_FOR_BFP128_CONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_debug_fp.c | 242 print_arith_op(GLuint opcode, const GLuint * program) in print_arith_op() 275 print_tex_op(GLuint opcode, const GLuint * program) in print_tex_op() 291 print_dcl_op(GLuint opcode, const GLuint * program) in print_dcl_op() 311 GLuint opcode = program[0] & (0x1f << 24); in i915_disassemble_program() local
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | i915_debug_fp.c | 242 print_arith_op(GLuint opcode, const GLuint * program) in print_arith_op() 275 print_tex_op(GLuint opcode, const GLuint * program) in print_tex_op() 291 print_dcl_op(GLuint opcode, const GLuint * program) in print_dcl_op() 311 GLuint opcode = program[0] & (0x1f << 24); in i915_disassemble_program() local
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | BuilderInstruction.java | 43 @Nonnull protected final Opcode opcode; field in BuilderInstruction 47 protected BuilderInstruction(@Nonnull Opcode opcode) { in BuilderInstruction()
|