Home
last modified time | relevance | path

Searched defs:opcode (Results 601 – 625 of 2583) sorted by relevance

1...<<21222324252627282930>>...104

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dverifier.cc533 const auto& opcode = model.operator_codes()->Get(op->opcode_index()); in VerifySubGraphConsistency() local
682 const auto* opcode = model.operator_codes()->Get(i); in VerifyOps() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_type.cpp36 const auto opcode = inst->opcode(); in ValidateUniqueness() local
383 auto opcode = opaque_inst->opcode(); in ValidateTypeStruct() local
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hal.py135 def wait_for_complete(self, opcode): argument
138 def wait_for_status(self, opcode): argument
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dshader_validation.h41 uint32_t opcode() { return *it & 0x0ffffu; } in opcode() function
137 spv::Op opcode = (spv::Op)itr.opcode(); in PreprocessShaderBinary() local
/aosp_15_r20/external/perfetto/src/base/http/
H A Dhttp_server.cc364 const uint8_t opcode = h0 & 0x0F; in ParseOneWebsocketFrame() local
527 void HttpServerConnection::SendWebsocketFrame(uint8_t opcode, in SendWebsocketFrame()
/aosp_15_r20/external/tcpdump/
H A Dprint-cfm.c35 nd_uint8_t opcode; member
273 uint8_t mdlevel_version, opcode, flags, first_tlv_offset; in cfm_print() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.cc90 HloOpcode opcode; in CreateFromProto() local
1054 const Shape& shape, HloOpcode opcode, in CreateNary()
1068 const Shape& shape, HloOpcode opcode, HloInstruction* operand) { in CreateUnary()
1112 const Shape& shape, HloOpcode opcode, HloInstruction* lhs, in CreateBinary()
1142 const Shape& shape, HloOpcode opcode, HloInstruction* lhs, in CreateTernary()
1158 const Shape& shape, HloOpcode opcode, in CreateVariadic()
2972 bool HloInstruction::IsOpElementwise(HloOpcode opcode) { in IsOpElementwise()
3181 bool IsSequentialCall(HloOpcode opcode) { in IsSequentialCall()
3463 HloInstruction::HloInstruction(HloOpcode opcode, const Shape& shape) in HloInstruction()
/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c686 opcode_stack_effect(int opcode, int oparg) in opcode_stack_effect()
924 compiler_addop(struct compiler *c, int opcode) in compiler_addop()
974 compiler_addop_o(struct compiler *c, int opcode, PyObject *dict, in compiler_addop_o()
984 compiler_addop_name(struct compiler *c, int opcode, PyObject *dict, in compiler_addop_name()
1003 compiler_addop_i(struct compiler *c, int opcode, int oparg) in compiler_addop_i()
1019 compiler_addop_j(struct compiler *c, int opcode, basicblock *b, int absolute) in compiler_addop_j()
/aosp_15_r20/external/curl/lib/
H A Dws.c81 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_name_of_op() local
92 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_op2flags() local
546 unsigned char opcode; in ws_enc_write_head() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c229 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in constant_folding() local
1263 const struct rc_opcode_info * opcode = rc_get_opcode_info(cur->U.I.Opcode); in merge_channels() local
1347 const struct rc_opcode_info * opcode = rc_get_opcode_info(cur->U.I.Opcode); in merge_A0_loads() local
H A Dr3xx_vertprog.c702 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in transform_source_conflicts() local
768 static int swizzle_is_native(rc_opcode opcode, struct rc_src_register reg) in swizzle_is_native()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Ddisassemble.cpp688 auto opcode = static_cast<spv::Op>(inst.opcode); in EmitInstructionImpl() local
787 auto opcode = static_cast<spv::Op>(inst.opcode); in GenerateCommentForDecoratedId() local
822 auto opcode = static_cast<spv::Op>(inst.opcode); in EmitSectionComment() local
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dbrw_eu_emit.c751 brw_next_insn(struct brw_compile *p, unsigned opcode) in brw_next_insn()
782 unsigned opcode, in brw_alu1()
793 unsigned opcode, in brw_alu2()
905 unsigned opcode, in brw_alu3()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dvalue_inference.cc203 std::optional<HloOpcode> opcode = std::nullopt; member
375 HloOpcode opcode = StringToHloOpcode(instr->opcode()).ValueOrDie(); in IsValueEffectiveInteger() local
399 HloOpcode opcode = StringToHloOpcode(proto->opcode()).ValueOrDie(); in IsInstructionOverLimit() local
904 HloOpcode opcode = StringToHloOpcode(root->opcode()).ValueOrDie(); in AnalyzeConstant() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc915 PresetCtpOpcode opcode) { in shouldRequestSyncedOp()
950 auto opcode = shouldRequestSyncedOp(addr_or_group_id, PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC) in SelectActivePreset() local
960 auto opcode = shouldRequestSyncedOp(addr_or_group_id, PresetCtpOpcode::SET_NEXT_PRESET_SYNC) in NextActivePreset() local
970 auto opcode = shouldRequestSyncedOp(addr_or_group_id, PresetCtpOpcode::SET_PREV_PRESET_SYNC) in PreviousActivePreset() local
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c229 enum GLSLstd450 opcode, in vtn_nir_alu_op_for_spirv_glsl_opcode()
650 handle_glsl450_interpolation(struct vtn_builder *b, enum GLSLstd450 opcode, in handle_glsl450_interpolation()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.cpp20 FetchInstr::FetchInstr(EVFetchInstr opcode, in FetchInstr()
264 FetchInstr::from_string_impl(std::istream& is, EVFetchInstr opcode, ValueFactory& vf) in from_string_impl()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal_linux.cc54 uint16_t opcode; member
63 uint16_t opcode; member
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf_getmacros.c261 unsigned opcode = *readp++; in get_table_for_offset() local
379 unsigned int opcode = *readp++; in read_macros() local
/aosp_15_r20/external/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h355 OUT_PKT3(struct fd_ringbuffer *ring, uint8_t opcode, uint16_t cnt) in OUT_PKT3()
373 OUT_PKT7(struct fd_ringbuffer *ring, uint32_t opcode, uint32_t cnt) in OUT_PKT7()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_type.cpp51 const auto opcode = inst->opcode(); in ValidateUniqueness() local
410 auto opcode = opaque_inst->opcode(); in ValidateTypeStruct() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_cs.h96 unsigned opcode = PKT3_SET_SH_REG_INDEX; in radeon_set_sh_reg_idx() local
148 unsigned opcode = PKT3_SET_UCONFIG_REG_INDEX; in radeon_set_uconfig_reg_idx() local
/aosp_15_r20/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DAnalyzerTest.java79 private static int findOpcode(MethodInfo info, int opcode) throws BadBytecode { in findOpcode()
142 private static void addJump(Bytecode code, int opcode, int pos) { in addJump()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/arpa/
Dnameser_compat.h53 unsigned opcode: 4; /*%< purpose of message */ member
69 unsigned opcode :4; /*%< purpose of message */ member
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_file-inl.h249 uint8_t opcode = *stream++; in DecodeDebugLocalInfo() local
388 uint8_t opcode = *stream++; in DecodeDebugPositionInfo() local

1...<<21222324252627282930>>...104