Searched defs:opcode (Results 1 - 25 of 638) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dbuiltins-arm-msvc-compat-error.c3 void emit_error(unsigned int opcode) { argument
4 __emit(opcode); // expected-error {{argument to '__emit' must be a constant integer}}
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_demarshal.c33 switch(header->opcode) {
95 const char* rbug_proto_get_name(enum rbug_opcode opcode) argument
97 switch(opcode) {
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_opcode_test.cc39 auto opcode = static_cast<HloOpcode>(i); local
41 EXPECT_EQ(opcode, StringToHloOpcode(HloOpcodeString(opcode)).ValueOrDie());
44 switch (opcode) {
51 EXPECT_TRUE(HloOpcodeIsComparison(opcode));
54 EXPECT_FALSE(HloOpcodeIsComparison(opcode));
56 switch (opcode) {
62 EXPECT_TRUE(HloOpcodeIsVariadic(opcode));
65 EXPECT_FALSE(HloOpcodeIsVariadic(opcode));
/external/javassist/src/main/javassist/bytecode/
H A DBadBytecode.java22 public BadBytecode(int opcode) { argument
23 super("bytecode " + opcode);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.c533 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local
538 if (opcode->Opcode == RC_OPCODE_KIL)
540 else if (opcode->Opcode == RC_OPCODE_IF)
546 if (opcode->IsComponentwise) {
547 for(unsigned int src = 0; src < opcode->NumSrcRegs; ++src)
549 } else if (opcode->IsStandardScalar) {
550 for(unsigned int src = 0; src < opcode->NumSrcRegs; ++src)
553 switch(opcode->Opcode) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_state.c122 intel_translate_logic_op(GLenum opcode) argument
124 switch (opcode) {
/external/python/cpython3/Python/
H A Dwordcode_helpers.h6 # define PACKOPARG(opcode, oparg) ((_Py_CODEUNIT)(((opcode) << 8) | (oparg)))
8 # define PACKOPARG(opcode, oparg) ((_Py_CODEUNIT)(((oparg) << 8) | (opcode)))
25 write_op_arg(_Py_CODEUNIT *codestr, unsigned char opcode, argument
36 *codestr++ = PACKOPARG(opcode, oparg & 0xff);
/external/emma/core/java12/com/vladium/jcd/opcodes/
H A DIOpcodeVisitor.java20 void visit (int opcode, boolean wide, int offset, Object ctx); argument
/external/libpcap/pcap/
H A Dbluetooth.h51 u_int16_t opcode; member in struct:_pcap_bluetooth_linux_monitor_header
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_state.c156 intel_translate_logic_op(GLenum opcode) argument
158 switch (opcode) {
/external/python/cpython3/Modules/
H A D_opcode.c2 #include "opcode.h"
15 opcode: int
19 Compute the stack effect of the opcode.
23 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg) argument
28 if (HAS_ARG(opcode)) {
31 "stack_effect: opcode requires oparg but oparg was not specified");
40 "stack_effect: opcode does not permit oparg but oparg was specified");
43 effect = PyCompile_OpcodeStackEffect(opcode, oparg_int);
46 "invalid opcode or oparg");
/external/python/cpython3/Modules/clinic/
H A D_opcode.c.h6 "stack_effect($module, opcode, oparg=None, /)\n"
9 "Compute the stack effect of the opcode.");
15 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg);
21 int opcode; local
26 &opcode, &oparg)) {
29 _return_value = _opcode_stack_effect_impl(module, opcode, oparg);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderOffsetInstruction.java44 public BuilderOffsetInstruction(@Nonnull Opcode opcode, argument
46 super(opcode);
H A DBuilderSwitchPayload.java46 protected BuilderSwitchPayload(@Nonnull Opcode opcode) { argument
47 super(opcode);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction10t.java45 public BuilderInstruction10t(@Nonnull Opcode opcode, argument
47 super(opcode, target);
H A DBuilderInstruction10x.java44 public BuilderInstruction10x(@Nonnull Opcode opcode) { argument
45 super(opcode);
H A DBuilderInstruction20t.java45 public BuilderInstruction20t(@Nonnull Opcode opcode, argument
47 super(opcode, target);
H A DBuilderInstruction30t.java45 public BuilderInstruction30t(@Nonnull Opcode opcode, argument
47 super(opcode, target);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
H A DDexBackedInstruction10t.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction10t(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction10x.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction10x(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction11x.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction11x(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction20t.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction20t(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction30t.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction30t(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DInstructionUtil.java37 public static boolean isInvokeStatic(Opcode opcode) { argument
38 return opcode == Opcode.INVOKE_STATIC || opcode == Opcode.INVOKE_STATIC_RANGE;
41 public static boolean isInvokePolymorphic(Opcode opcode) { argument
42 return opcode == Opcode.INVOKE_POLYMORPHIC || opcode == Opcode.INVOKE_POLYMORPHIC_RANGE;
/external/smali/smalidea/src/main/java/org/jf/smalidea/util/
H A DInstructionUtils.java46 @NotNull SmaliMethod method, @NotNull Opcode opcode, int targetOffset) {
48 if (instruction.getOpcode() == opcode) {
45 findFirstInstructionWithTarget( @otNull SmaliMethod method, @NotNull Opcode opcode, int targetOffset) argument

Completed in 1017 milliseconds

1234567891011>>