Home
last modified time | relevance | path

Searched defs:opcode (Results 451 - 475 of 710) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/spirv-tools/source/opt/
H A Dgraphics_robust_access_pass.cpp1041 InsertInst( opt::Instruction* where_inst, spv::Op opcode, uint32_t type_id, uint32_t result_id, const Instruction::OperandList& operands) InsertInst() argument
H A Dloop_peeling.cpp795 static bool IsHandledCondition(spv::Op opcode) { in IsHandledCondition() argument
[all...]
H A Dtrim_capabilities_pass.cpp394 addInstructionRequirementsForOpcode( spv::Op opcode, CapabilitySet* capabilities, ExtensionSet* extensions) const addInstructionRequirementsForOpcode() argument
[all...]
H A Dtype_manager.cpp925 const spv::Op opcode in AttachDecoration() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_type.cpp51 const auto opcode = inst->opcode(); in ValidateUniqueness() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_common.c1219 uint8_t opcode = 0; in AttRecvDataAsync() local
1295 uint8_t opcode = 0; in AttRecvLeDataAsync() local
1366 GetFunction(uint8_t opcode) GetFunction() argument
1636 AttErrorCode(const AttConnectInfo *connect, uint8_t opcode) AttErrorCode() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c865 const uint8_t *opcode = (*data + offset); in L2capDataFilterUseAtt() local
899 const uint8_t *opcode = (*data + offset); in L2capDataFilterUseSmp() local
/third_party/ffmpeg/libavcodec/
H A Ddxv.c507 int opcode, v, vv; in dxv_decompress_cgo() local
H A Diff.c721 int opcode; in decode_deep_rle32() local
867 unsigned ofsdst, ofssrc, opcode, x; in decode_byte_vertical_delta() local
1045 unsigned ofsdst, ofssrc, ofsdata, opcode, x; decode_short_vertical_delta() local
1113 unsigned ofsdst, ofssrc, ofsdata, opcode, x; decode_long_vertical_delta() local
1199 unsigned ofsdst, ofssrc, opcode, x; decode_short_vertical_delta2() local
1259 unsigned ofsdst, ofssrc, opcode, x; decode_long_vertical_delta2() local
1369 int32_t opcode = bytestream2_get_be32(&gb); decode_delta_d() local
1425 int16_t opcode = bytestream2_get_be16(&gb); decode_delta_e() local
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getsrclines.c700 unsigned int opcode; in read_srclines() local
[all...]
/third_party/ffmpeg/libavformat/
H A Drmdec.c1323 int ret = AVERROR_EOF, opcode; in ivr_read_packet() local
/third_party/curl/lib/
H A Dws.c80 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_name_of_op() local
91 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_op2flags() local
542 unsigned char opcode; in ws_enc_write_head() local
[all...]
/third_party/cJSON/
H A DcJSON_Utils.c829 enum patch_operation opcode = INVALID; in apply_patch() local
[all...]
/third_party/FreeBSD/sys/cam/scsi/
H A Dscsi_all.h146 uint8_t opcode; member
154 uint8_t opcode; member
163 uint8_t opcode; member
193 uint8_t opcode; member
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-expr.c141 parser_check_invalid_new_target(parser_context_t *context_p, cbc_opcode_t opcode) parser_check_invalid_new_target() argument
164 parser_emit_ident_reference(parser_context_t *context_p, uint16_t opcode) parser_emit_ident_reference() argument
199 parser_emit_unary_lvalue_opcode(parser_context_t *context_p, cbc_opcode_t opcode) parser_emit_unary_lvalue_opcode() argument
285 uint16_t opcode = (uint16_t) CBC_ARRAY_APPEND; parser_parse_array_literal() local
577 cbc_ext_opcode_t opcode; parser_parse_class_literal() local
818 cbc_opcode_t opcode = CBC_MOV_IDENT; parser_parse_class() local
930 cbc_ext_opcode_t opcode; parser_parse_object_literal() local
1037 uint16_t opcode = CBC_SET_LITERAL_PROPERTY; parser_parse_object_literal() local
1699 cbc_opcode_t opcode = CBC_PUSH_LITERAL; parser_parse_unary_expression() local
1882 cbc_ext_opcode_t opcode = CBC_EXT_YIELD; parser_parse_unary_expression() local
2015 uint16_t opcode = CBC_CALL; parser_process_unary_expression() local
2253 cbc_opcode_t opcode = (context_p->token.type == LEXER_INCREASE) ? CBC_POST_INCR : CBC_POST_DECR; parser_process_unary_expression() local
2547 uint16_t opcode = CBC_BRANCH_IF_LOGICAL_TRUE; parser_append_binary_token() local
2571 cbc_opcode_t opcode; parser_process_binary_opcodes() local
3185 cbc_opcode_t opcode = CBC_BRANCH_IF_FALSE_FORWARD; parser_process_ternary_expression() local
[all...]
H A Djs-parser-statm.c571 cbc_opcode_t opcode = CBC_ASSIGN_SET_IDENT; in parser_parse_var_statement() local
598 cbc_opcode_t opcode = CBC_MOV_IDENT; in parser_parse_var_statement() local
791 uint16_t opcode = ((map_to >= PARSER_REGISTER_START) ? CBC_ASSIGN_LITERAL_SET_IDENT in parser_parse_function_statement() local
986 cbc_opcode_t opcode = CBC_BRANCH_IF_TRUE_BACKWARD; parser_parse_do_while_statement_end() local
1075 cbc_opcode_t opcode; parser_parse_while_statement_end() local
1134 parser_check_left_hand_side_expression(parser_context_t *context_p, uint16_t opcode) parser_check_left_hand_side_expression() argument
1381 uint16_t opcode = (has_context ? CBC_ASSIGN_LET_CONST : CBC_ASSIGN_SET_IDENT); parser_parse_for_statement_start() local
1390 uint16_t opcode; parser_parse_for_statement_start() local
1567 cbc_opcode_t opcode; parser_parse_for_statement_end() local
1795 uint16_t opcode = CBC_BRANCH_IF_STRICT_EQUAL; parser_parse_switch_statement_start() local
2124 cbc_opcode_t opcode = CBC_JUMP_FORWARD; parser_parse_break_statement() local
2210 cbc_opcode_t opcode = CBC_JUMP_FORWARD; parser_parse_continue_statement() local
[all...]
H A Djs-parser.c720 cbc_opcode_t opcode = (cbc_opcode_t) *byte_code_p; in parse_print_final_cbc() local
1370 cbc_opcode_t opcode; in parser_post_processing() local
1901 uint16_t opcode = CBC_ASSIGN_LET_CONST; parser_parse_function_arguments() local
1916 uint16_t opcode = CBC_INIT_ARG_OR_FUNC; parser_parse_function_arguments() local
[all...]
H A Djs-scanner-util.c1959 uint16_t opcode; in scanner_check_variables() local
2150 cbc_opcode_t opcode = CBC_SET_VAR_FUNC; in scanner_create_variables() local
2271 uint16_t opcode; in scanner_create_variables() local
2312 uint16_t opcode = ((option_flags & SCANNER_CREATE_VARS_IS_SCRIPT) ? CBC_CREATE_VAR_EVAL scanner_create_variables() local
[all...]
/third_party/jerryscript/jerry-core/vm/
H A Dopcodes.c850 opfunc_create_implicit_class_constructor (uint8_t opcode) /**< current cbc opcode */ in opfunc_create_implicit_class_constructor() argument
1178 opfunc_form_super_reference(ecma_value_t **vm_stack_top_p, vm_frame_ctx_t *frame_ctx_p, ecma_value_t prop_name, uint8_t opcode) opfunc_form_super_reference() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c796 nir_lower_int64_op_to_options_mask(nir_op opcode) in nir_lower_int64_op_to_options_mask() argument
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c112 vtn_handle_function_call(struct vtn_builder *b, SpvOp opcode, in vtn_handle_function_call() argument
175 vtn_cfg_handle_prepass_instruction(struct vtn_builder *b, SpvOp opcode, in vtn_cfg_handle_prepass_instruction() argument
903 vtn_handle_phis_first_pass(struct vtn_builder *b, SpvOp opcode, in vtn_handle_phis_first_pass() argument
941 vtn_handle_phi_second_pass(struct vtn_builder *b, SpvOp opcode, in vtn_handle_phi_second_pass() argument
H A Dvtn_opencl.c210 handle_instr(struct vtn_builder *b, uint32_t opcode, in handle_instr() argument
284 handle_alu(struct vtn_builder *b, uint32_t opcode, in handle_alu() argument
388 static const char *remap_clc_opcode(enum OpenCLstd_Entrypoints opcode) in remap_clc_opcode() argument
234 nir_alu_op_for_opencl_opcode(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode) nir_alu_op_for_opencl_opcode() argument
431 handle_clc_fn(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, int num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_clc_fn() argument
479 handle_special(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_special() argument
577 handle_core(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_core() argument
620 _handle_v_load_store(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, const uint32_t *w, unsigned count, bool load, bool vec_aligned, nir_rounding_mode rounding) _handle_v_load_store() argument
702 vtn_handle_opencl_vload(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, const uint32_t *w, unsigned count) vtn_handle_opencl_vload() argument
711 vtn_handle_opencl_vstore(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, const uint32_t *w, unsigned count) vtn_handle_opencl_vstore() argument
720 vtn_handle_opencl_vstore_half_r(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, const uint32_t *w, unsigned count) vtn_handle_opencl_vstore_half_r() argument
768 handle_printf(struct vtn_builder *b, uint32_t opcode, const uint32_t *w_src, unsigned num_srcs, const uint32_t *w_dest) handle_printf() argument
840 handle_round(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_round() argument
855 handle_shuffle(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_shuffle() argument
875 handle_shuffle2(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_shuffle2() argument
1096 vtn_handle_opencl_core_instruction(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_opencl_core_instruction() argument
[all...]
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_pack.c599 lookup_opcode_from_packed(const struct v3d_device_info *devinfo, const struct opcode_desc *opcodes, size_t num_opcodes, uint32_t opcode, uint32_t mux_a, uint32_t mux_b) lookup_opcode_from_packed() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp1108 aco_opcode opcode = pair.first.is_linear() ? aco_opcode::p_linear_phi : aco_opcode::p_phi; add_coupling_code() local
[all...]
/third_party/ltp/include/lapi/
H A Dio_uring.h35 uint8_t opcode; /* type of operation for this sqe */ member
272 static inline int io_uring_register(int fd, unsigned int opcode, void *arg, in io_uring_register() argument

Completed in 39 milliseconds

1...<<11121314151617181920>>...29