Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...28

/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
/third_party/ltp/testcases/kernel/fs/doio/
H A Diogen.c588 int opcode, cmd; in form_iorequest() local
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.c759 uint32_t opcode = *p & command->opcode_mask; in intel_spec_find_instruction() local
813 uint32_t opcode = field_value(h, 23, 28); in intel_group_get_length() local
827 uint32_t opcode = field_value(h, 24, 26); in intel_group_get_length() local
[all...]
H A Dmi_builder.h701 _mi_pack_alu(uint32_t opcode, uint32_t operand1, uint32_t operand2) in _mi_pack_alu() argument
754 mi_math_binop(struct mi_builder *b, uint32_t opcode, in mi_math_binop() argument
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp165 const auto opcode = static_cast<SpvOp>(desc_word & SpvOpCodeMask); in create_binary_from_spirv() local
555 const auto opcode = static_cast<SpvOp>(desc_word & SpvOpCodeMask); in check_capabilities() local
626 const auto opcode = static_cast<SpvOp>(desc_word & SpvOpCodeMask); in check_extensions() local
656 const auto opcode in check_memory_model() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_lower_logical_sends.cpp680 sampler_msg_type(const intel_device_info *devinfo, opcode opcode, bool shadow_compare) sampler_msg_type() argument
1752 enum lsc_opcode opcode = lower_lsc_surface_logical_send() local
2018 enum lsc_opcode opcode = lower_lsc_a64_logical_send() local
[all...]
H A Dbrw_vec4_visitor.cpp31 vec4_instruction::vec4_instruction(enum opcode opcode, const dst_reg &dst, in vec4_instruction() argument
89 vec4_visitor::emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() argument
97 vec4_visitor::emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() argument
104 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0) emit() argument
110 emit(enum opcode opcode, const dst_reg &dst) emit() argument
116 emit(enum opcode opcode) emit() argument
335 emit_math(enum opcode opcode, const dst_reg &dst, const src_reg &src0, const src_reg &src1) emit_math() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c1165 sample_ureg_emit(struct ureg_program *ureg, unsigned tgsi_opcode, unsigned num_src, struct Shader_opcode *opcode, struct ureg_dst dst, struct ureg_src *src) sample_ureg_emit() argument
1206 expand_unary_to_scalarf(struct ureg_program *ureg, unary_ureg_func func, struct Shader_xlate *sx, struct Shader_opcode *opcode) expand_unary_to_scalarf() argument
1247 struct Shader_opcode opcode; Shader_tgsi_translate() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc95 void WasmFunctionBuilder::Emit(WasmOpcode opcode) { body_.write_u8(opcode); } in Emit() argument
97 void WasmFunctionBuilder::EmitWithPrefix(WasmOpcode opcode) { in EmitWithPrefix() argument
108 void WasmFunctionBuilder::EmitWithU8(WasmOpcode opcode, const byte immediate) { in EmitWithU8() argument
113 EmitWithU8U8(WasmOpcode opcode, const byte imm1, const byte imm2) EmitWithU8U8() argument
120 EmitWithI32V(WasmOpcode opcode, int32_t immediate) EmitWithI32V() argument
125 EmitWithU32V(WasmOpcode opcode, uint32_t immediate) EmitWithU32V() argument
540 WasmOpcode opcode; WriteInitializerExpressionWithEnd() local
803 uint8_t opcode = WriteTo() local
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_hd.h253 nghttp2_hd_opcode opcode; member
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_internal.h120 enum dxil_bin_opcode opcode; member
135 enum dxil_cast_opcode opcode; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h244 nghttp3_qpack_decoder_stream_opcode opcode; member
769 nghttp3_qpack_encoder_stream_opcode opcode; member
890 nghttp3_qpack_request_stream_opcode opcode; member
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.h253 nghttp2_hd_opcode opcode; member

Completed in 36 milliseconds

1...<<11121314151617181920>>...28