Home
last modified time | relevance | path

Searched defs:opcode (Results 326 – 350 of 2583) sorted by relevance

1...<<11121314151617181920>>...104

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_matchers.h32 HloMatcher(HloOpcode opcode, in HloMatcher()
230 #define HLO_MATCHER(opcode) \ argument
323 #define HLO_MATCHER_VECTOR_OPERANDS(opcode) \ argument
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
H A DInstructionUtil.java36 public static boolean isInvokeStatic(Opcode opcode) { in isInvokeStatic()
40 public static boolean isInvokePolymorphic(Opcode opcode) { in isInvokePolymorphic()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
H A DBuilderInstruction.java42 @Nonnull protected final Opcode opcode; field in BuilderInstruction
46 protected BuilderInstruction(@Nonnull Opcode opcode) { in BuilderInstruction()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DTranslationAdvice.java39 public boolean hasConstantOperation(Rop opcode, in hasConstantOperation()
51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources); in requiresSourcesInOrder()
H A DConservativeTranslationAdvice.java37 public boolean hasConstantOperation(Rop opcode, in hasConstantOperation()
43 public boolean requiresSourcesInOrder(Rop opcode, in requiresSourcesInOrder()
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/
H A DTranslationAdvice.java39 public boolean hasConstantOperation(Rop opcode, in hasConstantOperation()
51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources); in requiresSourcesInOrder()
H A DConservativeTranslationAdvice.java38 public boolean hasConstantOperation(Rop opcode, in hasConstantOperation()
45 public boolean requiresSourcesInOrder(Rop opcode, in requiresSourcesInOrder()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DSimpleInsn.java37 public SimpleInsn(Dop opcode, SourcePosition position, in SimpleInsn()
44 public DalvInsn withOpcode(Dop opcode) { in withOpcode()
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcodeInfo.java27 public final Opcode opcode; field in OpcodeInfo
35 public OpcodeInfo(Opcode opcode, String name, int opcodeValue, AbstractFormat fmt) { in OpcodeInfo()
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/
H A DSimpleInsn.java37 public SimpleInsn(Dop opcode, SourcePosition position, in SimpleInsn()
44 public DalvInsn withOpcode(Dop opcode) { in withOpcode()
/aosp_15_r20/dalvik/dx/src/com/android/dx/ssa/
H A DSCCP.java241 Rop opcode = insn.getOpcode(); in simulateBranch() local
367 int opcode = insn.getOpcode().getOpcode(); in simulateMath() local
476 int opcode = insn.getOpcode().getOpcode(); in simulateStmt() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c124 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in update_instruction() local
193 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_dataflow_deadcode() local
286 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_dataflow_deadcode() local
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_cmat.c27 SpvOp opcode, const uint32_t *w, unsigned count) in vtn_handle_cooperative_type()
88 vtn_handle_cooperative_instruction(struct vtn_builder *b, SpvOp opcode, in vtn_handle_cooperative_instruction()
189 const struct glsl_type *dest_type, SpvOp opcode, in vtn_handle_cooperative_alu()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/
H A DImmutableInstruction.java80 @Nonnull protected final Opcode opcode; field in ImmutableInstruction
82 protected ImmutableInstruction(@Nonnull Opcode opcode) { in ImmutableInstruction()
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
H A DVarInsnNode.java52 public VarInsnNode(final int opcode, final int varIndex) { in VarInsnNode()
63 public void setOpcode(final int opcode) { in setOpcode()
H A DIntInsnNode.java50 public IntInsnNode(final int opcode, final int operand) { in IntInsnNode()
60 public void setOpcode(final int opcode) { in setOpcode()
H A DTypeInsnNode.java55 public TypeInsnNode(final int opcode, final String type) { in TypeInsnNode()
66 public void setOpcode(final int opcode) { in setOpcode()
H A DJumpInsnNode.java56 public JumpInsnNode(final int opcode, final LabelNode label) { in JumpInsnNode()
68 public void setOpcode(final int opcode) { in setOpcode()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c354 enum tgsi_opcode opcode, in handle_op_uint()
471 enum tgsi_opcode opcode, in handle_op_int()
585 enum tgsi_opcode opcode, in handle_op_r32f_xchg()
619 enum tgsi_opcode opcode, in sp_tgsi_op()
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel.cc103 void GetFrameTypeForOpcode(WebSocketFrameHeader::OpCode opcode, in GetFrameTypeForOpcode()
689 const WebSocketFrameHeader::OpCode opcode = frame->header.opcode; in HandleFrame() local
712 const WebSocketFrameHeader::OpCode opcode, in HandleFrameByState()
771 WebSocketFrameHeader::OpCode opcode, in HandleDataFrame()
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc119 constexpr bool IsCompatThrow(Instruction::Code opcode) { in IsCompatThrow()
339 for (uint32_t opcode = 0u; opcode != 256u; ++opcode) { in CheckFieldIndex() local
349 for (uint32_t opcode = 256u; opcode != 0u; ) { in CheckFieldIndex() local
364 Instruction::Code opcode = enum_cast<Instruction::Code>(index + kMinFieldAccessOpcode); in CheckFieldIndex() local
404 Instruction::Code opcode = inst->Opcode(inst_data); in CheckFieldIndex() local
1142 Instruction::Code opcode = inst->Opcode(); in GetMethodIdxOfInvoke() local
1584 auto find_dispatch_opcode = [](Instruction::Code opcode) constexpr { in VerifyInstructions()
1609 #define DEFINE_CASE(opcode, c, p, format, index, flags, eflags, vflags) \ in VerifyInstructions() argument
1623 #define DEFINE_CASE(opcode, c, p, format, index, flags, eflags, vflags) \ in VerifyInstructions() argument
2418 Instruction::Code opcode = ret_inst->Opcode(); in AdjustReturnLine() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c23 unsigned opcode = r600_isa_cf_opcode(bc->isa->hw_class, cf->op); in eg_bytecode_cf_build() local
163 unsigned opcode; in eg_bytecode_gds_build() local
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/
Dnvme_ioctl.h23 __u8 opcode; member
37 __u8 opcode; member
57 __u8 opcode; member
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp349 negativeOffsetOpcode(unsigned opcode) in negativeOffsetOpcode()
381 positiveOffsetOpcode(unsigned opcode) in positiveOffsetOpcode()
413 immediateOffsetOpcode(unsigned opcode) in immediateOffsetOpcode()
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/
Dnvme_ioctl.h23 __u8 opcode; member
37 __u8 opcode; member
57 __u8 opcode; member

1...<<11121314151617181920>>...104