Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java45 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/
DImmutableInstructionFactory.java49 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 …]
DImmutableInstruction.java45 @Nonnull protected final Opcode opcode; field in ImmutableInstruction
47 protected ImmutableInstruction(@Nonnull Opcode opcode) { in ImmutableInstruction()
/external/javassist/src/main/javassist/bytecode/analysis/
DUtil.java27 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/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c294 tgsi_get_opcode_info( uint opcode ) in tgsi_get_opcode_info()
314 tgsi_get_opcode_name( uint opcode ) in tgsi_get_opcode_name()
346 tgsi_opcode_infer_type( uint opcode ) in tgsi_opcode_infer_type()
474 tgsi_opcode_infer_src_type( uint opcode ) in tgsi_opcode_infer_src_type()
542 tgsi_opcode_infer_dst_type( uint opcode ) in tgsi_opcode_infer_dst_type()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction.java45 @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/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DDuplicateFrameEliminator.java43 public void visitInsn(final int opcode) { in visitInsn()
49 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn()
55 public void visitVarInsn(final int opcode, final int var) { in visitVarInsn()
61 public void visitTypeInsn(final int opcode, final String type) { in visitTypeInsn()
67 public void visitFieldInsn(final int opcode, final String owner, in visitFieldInsn()
74 public void visitMethodInsn(final int opcode, final String owner, in visitMethodInsn()
88 public void visitJumpInsn(final int opcode, final Label label) { in visitJumpInsn()
/external/valgrind/none/tests/s390x/
Ddfptest.c19 #define TEST_128(opcode, d, n) \ argument
31 #define TEST_64(opcode, d, n) \ argument
43 #define TEST_32(opcode, d, n) \ argument
/external/mesa3d/src/glx/
Dpackrender.h76 #define __GLX_BEGIN_VARIABLE(opcode,size) \ argument
83 #define __GLX_BEGIN_VARIABLE_LARGE(opcode,size) \ argument
88 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL(opcode,size) \ argument
98 #define __GLX_BEGIN_VARIABLE_LARGE_WITH_PIXEL(opcode,size) \ argument
106 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL_3D(opcode,size) \ argument
116 #define __GLX_BEGIN_VARIABLE_LARGE_WITH_PIXEL_3D(opcode,size) \ argument
131 #define __GLX_BEGIN(opcode,size) \ argument
Dindirect_glx.c61 SendMakeCurrentRequest(Display * dpy, CARD8 opcode, in SendMakeCurrentRequest()
135 int opcode = __glXSetupForCommand(dpy); in indirect_bind_context() local
159 int opcode = __glXSetupForCommand(dpy); in indirect_unbind_context() local
247 CARD8 opcode; in indirect_bind_tex_image() local
296 CARD8 opcode; in indirect_release_tex_image() local
347 CARD8 opcode; in indirect_create_context() local
/external/syslinux/gpxe/src/include/gpxe/
Dtftp.h38 uint16_t opcode; member
44 uint16_t opcode; member
51 uint16_t opcode; member
57 uint16_t opcode; member
64 uint16_t opcode; member
70 uint16_t opcode; member
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzer.java82 public void visitJumpInsn(final int opcode, final Label label) { in visitJumpInsn()
137 public void visitInsn(final int opcode) { in visitInsn()
158 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn()
164 public void visitVarInsn(final int opcode, final int var) { in visitVarInsn()
170 public void visitTypeInsn(final int opcode, final String type) { in visitTypeInsn()
176 public void visitFieldInsn(final int opcode, final String owner, in visitFieldInsn()
183 public void visitMethodInsn(final int opcode, final String owner, in visitMethodInsn()
/external/mesa3d/src/mesa/program/
Dprog_instruction.c160 _mesa_num_inst_src_regs(enum prog_opcode opcode) in _mesa_num_inst_src_regs()
173 _mesa_num_inst_dst_regs(enum prog_opcode opcode) in _mesa_num_inst_dst_regs()
183 _mesa_is_tex_instruction(enum prog_opcode opcode) in _mesa_is_tex_instruction()
247 _mesa_opcode_string(enum prog_opcode opcode) in _mesa_opcode_string()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DBuilderInstruction.java43 @Nonnull protected final Opcode opcode; field in BuilderInstruction
47 protected BuilderInstruction(@Nonnull Opcode opcode) { in BuilderInstruction()
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c258 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()
343 unsigned opcode = program[0] & (0x1f << 24); in i915_disassemble_program() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug_fp.c242 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()
310 GLuint opcode = program[0] & (0x1f << 24); in i915_disassemble_program() local
/external/valgrind/VEX/priv/
Dguest_s390_helpers.c962 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \ argument
972 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument
987 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument
1003 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \ argument
1025 #define S390_CC_FOR_BFP_CONVERT_AUX(opcode,cc_dep1,rounding_mode) \ argument
1035 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1,cc_dep2) \ argument
1057 #define S390_CC_FOR_BFP_UCONVERT_AUX(opcode,cc_dep1,rounding_mode) \ argument
1067 #define S390_CC_FOR_BFP_UCONVERT(opcode,cc_dep1,cc_dep2) \ argument
1089 #define S390_CC_FOR_BFP128_CONVERT_AUX(opcode,hi,lo,rounding_mode) \ argument
1101 #define S390_CC_FOR_BFP128_CONVERT(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument
[all …]
/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java52 public VariableInstruction(byte opcode) in VariableInstruction()
58 public VariableInstruction(byte opcode, in VariableInstruction()
65 public VariableInstruction(byte opcode, in VariableInstruction()
97 private static int embeddedVariable(byte opcode) in embeddedVariable()
/external/v8/src/wasm/
Dwasm-opcodes.cc51 const char* WasmOpcodes::OpcodeName(WasmOpcode opcode) { in OpcodeName()
233 bool WasmOpcodes::IsPrefixOpcode(WasmOpcode opcode) { in IsPrefixOpcode()
235 #define CHECK_PREFIX(name, opcode) \ in IsPrefixOpcode() argument
287 #define SET_SIG_TABLE(name, opcode, sig) \ in InitSigTables() argument
291 #define SET_ASMJS_SIG_TABLE(name, opcode, sig) \ in InitSigTables() argument
296 #define SET_SIG_TABLE(name, opcode, sig) \ in InitSigTables() argument
302 #define SET_ATOMIC_SIG_TABLE(name, opcode, sig) \ in InitSigTables() argument
335 FunctionSig* WasmOpcodes::Signature(WasmOpcode opcode) { in Signature()
343 FunctionSig* WasmOpcodes::AsmjsSignature(WasmOpcode opcode) { in AsmjsSignature()
347 FunctionSig* WasmOpcodes::AtomicSignature(WasmOpcode opcode) { in AtomicSignature()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java191 public void visitInsn(final int opcode) { in visitInsn()
196 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn()
201 public void visitVarInsn(final int opcode, final int var) { in visitVarInsn()
206 public void visitTypeInsn(final int opcode, final String type) { in visitTypeInsn()
211 public void visitFieldInsn(final int opcode, final String owner, in visitFieldInsn()
217 public void visitMethodInsn(final int opcode, final String owner, in visitMethodInsn()
229 public void visitJumpInsn(final int opcode, final Label label) { in visitJumpInsn()
281 public void visitJumpInsnWithProbe(final int opcode, final Label label, in visitJumpInsnWithProbe()
288 public void visitInsnWithProbe(final int opcode, final int probeId) { in visitInsnWithProbe()
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
DSmaliUsageTypeProvider.java121 Opcode opcode = ((SmaliInstruction) element).getOpcode(); in findClassUsageType() local
167 Opcode opcode = ((SmaliInstruction) element).getOpcode(); in findFieldUsageType() local
190 Opcode opcode = ((SmaliInstruction) element).getOpcode(); in findMethodUsageType() local
/external/v8/src/compiler/
Doperator-properties.cc17 IrOpcode::Value opcode = static_cast<IrOpcode::Value>(op->opcode()); in HasContextInput() local
127 Operator::Opcode const opcode = op->opcode(); in IsBasicBlockBegin() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DAbstractMatcher.java41 final void nextIsVar(final int opcode, final String name) { in nextIsVar()
59 final void nextIs(final int opcode) { in nextIs()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c121 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_calculate_inputs_outputs() local
147 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_move_input() local
179 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_move_output() local
202 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_copy_output() local
302 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_transform_fragment_wpos() local
346 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_transform_fragment_face() local
/external/javassist/src/main/javassist/convert/
DTransformAccessArrayField.java126 int opcode, String signature) throws BadBytecode { in replace()
165 private String getMethodName(int opcode) { in getMethodName()
224 private String getLoadReplacementSignature(int opcode) throws BadBytecode { in getLoadReplacementSignature()
247 private String getStoreReplacementSignature(int opcode) throws BadBytecode { in getStoreReplacementSignature()

12345678910>>...24