Home
last modified time | relevance | path

Searched defs:opcode (Results 526 - 550 of 710) sorted by relevance

1...<<212223242526272829

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp273 std::unique_ptr<ObexHeader> ObexHeader::CreateRequest(ObexOpeId opcode) in CreateRequest() argument
1399 void ObexSessionParameters::AppendSessionOpcode(const SessionOpcode opcode) in AppendSessionOpcode() argument
/third_party/elfutils/libdw/
H A DlibdwP.h534 uint8_t opcode; member
/third_party/ffmpeg/libavcodec/
H A Dsanm.c534 int opcode, color, run_len, left = out_size; in rle_decode() local
1147 int opcode; in codec2subblock() local
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-lecp.h214 uint8_t opcode; member
231 uint8_t opcode; member
/third_party/libdrm/intel/
H A Dintel_decode.c227 unsigned int opcode, len = -1; in decode_mi() local
232 uint32_t opcode; in decode_mi() member
421 unsigned int opcode, len; decode_2d() local
425 uint32_t opcode; decode_2d() member
592 uint32_t opcode; decode_3d_1c() local
1271 uint32_t opcode; decode_3d_1d() local
1276 uint32_t opcode; decode_3d_1d() member
2543 uint32_t opcode; decode_3d() local
2548 uint32_t opcode; decode_3d() member
3135 uint32_t opcode; decode_3d_965() local
3143 uint32_t opcode; decode_3d_965() member
3749 uint32_t opcode; decode_3d_i830() local
3753 uint32_t opcode; decode_3d_i830() member
[all...]
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c547 uint8_t opcode = byte_code_p[-2]; in vm_super_call() local
662 uint8_t opcode = frame_ctx_p->byte_code_p[1]; in vm_spread_operation() local
756 uint8_t opcode = byte_code_p[-1]; in opfunc_call() local
848 uint8_t opcode = byte_code_p[-1]; opfunc_construct() local
1030 uint8_t opcode = *byte_code_p++; vm_loop() local
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c2200 vtn_assert_types_equal(struct vtn_builder *b, SpvOp opcode, in vtn_assert_types_equal() argument
2375 vtn_handle_variables(struct vtn_builder *b, SpvOp opcode, in vtn_handle_variables() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp179 is_vop3_reduce_opcode(aco_opcode opcode) in is_vop3_reduce_opcode() argument
396 aco_opcode opcode = get_reduce_opcode(ctx->program->gfx_level, op); in emit_dpp_op() local
436 aco_opcode opcode = get_reduce_opcode(ctx->program->gfx_level, op); emit_op() local
524 aco_opcode opcode; emit_reduction() local
548 aco_opcode opcode; emit_reduction() local
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h389 enum ac_image_opcode opcode; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device_generated_commands.c833 unsigned opcode = PKT3_SET_UCONFIG_REG_INDEX; in build_dgc_prepare_shader() local
/third_party/mesa3d/src/glx/
H A Dglxcmds.c481 CARD8 opcode = __glXSetupForCommand(dpy); in glx_send_destroy_context() local
644 CARD8 opcode; in glXCopyContext() local
1416 CARD8 opcode; glXImportContextEXT() local
1746 CARD8 opcode; glXSwapIntervalSGI() local
1984 CARD8 opcode; glXCreateGLXPixmapWithConfigSGIX() local
2360 CARD8 opcode; glXCopySubBufferMESA() local
2426 CARD8 opcode; glXBindTexImageEXT() local
2485 CARD8 opcode; glXReleaseTexImageEXT() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm.c36 brw_has_jip(const struct intel_device_info *devinfo, enum opcode opcode) in brw_has_jip() argument
51 brw_has_uip(const struct intel_device_info *devinfo, enum opcode opcod argument
64 has_branch_ctrl(const struct intel_device_info *devinfo, enum opcode opcode) has_branch_ctrl() argument
75 is_logic_instruction(unsigned opcode) is_logic_instruction() argument
84 is_send(unsigned opcode) is_send() argument
93 is_split_send(UNUSED const struct intel_device_info *devinfo, unsigned opcode) is_split_send() argument
1039 src_da1(FILE *file, const struct intel_device_info *devinfo, unsigned opcode, enum brw_reg_type type, unsigned _reg_file, unsigned _vert_stride, unsigned _width, unsigned _horiz_stride, unsigned reg_num, unsigned sub_reg_num, unsigned __abs, unsigned _negate) src_da1() argument
1069 src_ia1(FILE *file, const struct intel_device_info *devinfo, unsigned opcode, enum brw_reg_type type, int _addr_imm, unsigned _addr_subreg_nr, unsigned _negate, unsigned __abs, unsigned _horiz_stride, unsigned _width, unsigned _vert_stride) src_ia1() argument
1122 src_da16(FILE *file, const struct intel_device_info *devinfo, unsigned opcode, enum brw_reg_type type, unsigned _reg_file, unsigned _vert_stride, unsigned _reg_nr, unsigned _subreg_nr, unsigned __abs, unsigned _negate, unsigned swz_x, unsigned swz_y, unsigned swz_z, unsigned swz_w) src_da16() argument
1799 const enum opcode opcode = brw_inst_opcode(isa, inst); swsb() local
1897 const enum opcode opcode = brw_inst_opcode(isa, inst); brw_disassemble_inst() local
2191 unsigned opcode = brw_inst_urb_opcode(devinfo, inst); brw_disassemble_inst() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c43 translate_opcode(enum tgsi_opcode opcode) in translate_opcode() argument
741 SVGA3dShaderInstToken opcode; in emit_def_const() local
1969 emit_scalar_op1(struct svga_shader_emitter *emit, SVGA3dShaderOpCodeType opcode, const struct tgsi_full_instruction *insn) emit_scalar_op1() argument
1991 emit_simple_instruction(struct svga_shader_emitter *emit, SVGA3dShaderOpCodeType opcode, const struct tgsi_full_instruction *insn) emit_simple_instruction() argument
2139 SVGA3dShaderOpCodeType opcode; emit_deriv() local
2995 SVGA3dShaderOpCodeType opcode = svga_emit_instruction() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc722 uint8_t opcode = native_module->wire_bytes()[position]; in IsAtReturn() local
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h415 __u32 opcode; member
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c1279 static const char *opname(enum fuse_opcode opcode) in opname() argument
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp894 uint64_t opcode = strtol(opcode_str, NULL, 16); in display_commands_window() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dexample.c551 int opcode = state->cc_opcode; in flush_cc_cache_to_reg() local
574 static void add_cc_cache(struct bb_state *state, int opcode, pseudo_t pseudo) in add_cc_cache() argument
1345 int opcode; in generate_compare() local
[all...]
H A Dsimplify.c1090 int opcode; simplify_seteq_setne() local
2446 int opcode = OP_SET_EQ; simplify_select() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc684 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction() local
453 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument
461 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument
1842 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1846 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1850 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1854 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1858 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1862 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1866 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1870 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1874 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1878 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1882 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1886 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1914 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1931 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1935 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1939 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1943 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1947 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
1951 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc575 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc799 ArchOpcode opcode = ArchOpcodeField::decode(instr->opcode()); in AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h54 static constexpr bool IsUnaryWithFeedback(Operator::Opcode opcode) { in IsUnaryWithFeedback() argument
67 static constexpr bool IsBinaryWithFeedback(Operator::Opcode opcode) { in IsBinaryWithFeedback() argument
1442 IsExpectedOpcode(int opcode) IsExpectedOpcode() argument
1447 IsExpectedOpcode(int opcode) IsExpectedOpcode() argument
[all...]
H A Djs-operator.cc25 constexpr Operator::Properties BinopProperties(Operator::Opcode opcode) { in BinopProperties() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc694 InstructionCode opcode = instr->opcode(); AssembleArchInstruction() local
[all...]

Completed in 55 milliseconds

1...<<212223242526272829