/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 544 lower_load_push_constant(nir_builder *b, nir_intrinsic_instr *instr, in lower_load_push_constant() argument 591 lower_vulkan_resource_index(nir_builder *b, nir_intrinsic_instr *instr, struct lower_pipeline_layout_state *state) lower_vulkan_resource_index() argument 668 lower_tex_src_to_offset(nir_builder *b, nir_tex_instr *instr, unsigned src_idx, struct lower_pipeline_layout_state *state) lower_tex_src_to_offset() argument 774 lower_sampler(nir_builder *b, nir_tex_instr *instr, struct lower_pipeline_layout_state *state) lower_sampler() argument 809 lower_image_deref(nir_builder *b, nir_intrinsic_instr *instr, struct lower_pipeline_layout_state *state) lower_image_deref() argument 884 lower_intrinsic(nir_builder *b, nir_intrinsic_instr *instr, struct lower_pipeline_layout_state *state) lower_intrinsic() argument 929 lower_pipeline_layout_cb(nir_builder *b, nir_instr *instr, void *_state) lower_pipeline_layout_cb() argument [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 493 get_subdword_operand_stride(amd_gfx_level gfx_level, const aco_ptr<Instruction>& instr, unsigned idx, RegClass rc) get_subdword_operand_stride() argument 534 add_subdword_operand(ra_ctx& ctx, aco_ptr<Instruction>& instr, unsigned idx, unsigned byte, RegClass rc) add_subdword_operand() argument 601 get_subdword_definition_info(Program* program, const aco_ptr<Instruction>& instr, RegClass rc) get_subdword_definition_info() argument 675 add_subdword_definition(Program* program, aco_ptr<Instruction>& instr, PhysReg reg) add_subdword_definition() argument 766 update_renames(ra_ctx& ctx, RegisterFile& reg_file, std::vector<std::pair<Operand, Definition>>& parallelcopies, aco_ptr<Instruction>& instr, UpdateRenames flags) update_renames() argument 1040 get_reg_for_create_vector_copy(ra_ctx& ctx, RegisterFile& reg_file, std::vector<std::pair<Operand, Definition>>& parallelcopies, aco_ptr<Instruction>& instr, const PhysRegInterval def_reg, DefInfo info, unsigned id) get_reg_for_create_vector_copy() argument 1089 get_regs_for_copies(ra_ctx& ctx, RegisterFile& reg_file, std::vector<std::pair<Operand, Definition>>& parallelcopies, const std::vector<unsigned>& vars, const PhysRegInterval bounds, aco_ptr<Instruction>& instr, const PhysRegInterval def_reg) get_regs_for_copies() argument 1236 get_reg_impl(ra_ctx& ctx, RegisterFile& reg_file, std::vector<std::pair<Operand, Definition>>& parallelcopies, const DefInfo& info, aco_ptr<Instruction>& instr) get_reg_impl() argument 1384 get_reg_specified(ra_ctx& ctx, RegisterFile& reg_file, RegClass rc, aco_ptr<Instruction>& instr, PhysReg reg) get_reg_specified() argument 1520 is_mimg_vaddr_intact(ra_ctx& ctx, RegisterFile& reg_file, Instruction* instr) is_mimg_vaddr_intact() argument 1552 get_reg_vector(ra_ctx& ctx, RegisterFile& reg_file, Temp temp, aco_ptr<Instruction>& instr) get_reg_vector() argument 1605 get_reg(ra_ctx& ctx, RegisterFile& reg_file, Temp temp, std::vector<std::pair<Operand, Definition>>& parallelcopies, aco_ptr<Instruction>& instr, int operand_index = -1) get_reg() argument 1714 get_reg_create_vector(ra_ctx& ctx, RegisterFile& reg_file, Temp temp, std::vector<std::pair<Operand, Definition>>& parallelcopies, aco_ptr<Instruction>& instr) get_reg_create_vector() argument 1858 handle_pseudo(ra_ctx& ctx, const RegisterFile& reg_file, Instruction* instr) handle_pseudo() argument 1913 operand_can_use_reg(amd_gfx_level gfx_level, aco_ptr<Instruction>& instr, unsigned idx, PhysReg reg, RegClass rc) operand_can_use_reg() argument 1951 get_reg_for_operand(ra_ctx& ctx, RegisterFile& register_file, std::vector<std::pair<Operand, Definition>>& parallelcopy, aco_ptr<Instruction>& instr, Operand& operand, unsigned operand_index) get_reg_for_operand() argument 2378 aco_ptr<Instruction>& instr = *rit; get_affinities() local 2474 aco_ptr<Instruction>& instr = *rit; get_affinities() local 2545 optimize_encoding_vop2(Program* program, ra_ctx& ctx, RegisterFile& register_file, aco_ptr<Instruction>& instr) optimize_encoding_vop2() argument 2596 optimize_encoding_sopk(Program* program, ra_ctx& ctx, RegisterFile& register_file, aco_ptr<Instruction>& instr) optimize_encoding_sopk() argument 2652 optimize_encoding(Program* program, ra_ctx& ctx, RegisterFile& register_file, aco_ptr<Instruction>& instr) optimize_encoding() argument 2707 aco_ptr<Instruction>& instr = *instr_it; register_allocation() local [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 269 ntq_get_alu_src(struct vc4_compile *c, nir_alu_instr *instr, in ntq_get_alu_src() argument 352 ntq_emit_txf(struct vc4_compile *c, nir_tex_instr *instr) in ntq_emit_txf() argument 396 ntq_emit_tex(struct vc4_compile *c, nir_tex_instr *instr) ntq_emit_tex() argument 823 ntq_emit_pack_unorm_4x8(struct vc4_compile *c, nir_alu_instr *instr) ntq_emit_pack_unorm_4x8() argument 995 ntq_emit_bcsel(struct vc4_compile *c, nir_alu_instr *instr, struct qreg *src) ntq_emit_bcsel() argument 1057 ntq_emit_alu(struct vc4_compile *c, nir_alu_instr *instr) ntq_emit_alu() argument 1654 ntq_emit_load_const(struct vc4_compile *c, nir_load_const_instr *instr) ntq_emit_load_const() argument 1664 ntq_emit_ssa_undef(struct vc4_compile *c, nir_ssa_undef_instr *instr) ntq_emit_ssa_undef() argument 1676 ntq_emit_color_read(struct vc4_compile *c, nir_intrinsic_instr *instr) ntq_emit_color_read() argument 1696 ntq_emit_load_input(struct vc4_compile *c, nir_intrinsic_instr *instr) ntq_emit_load_input() argument 1716 ntq_emit_intrinsic(struct vc4_compile *c, nir_intrinsic_instr *instr) ntq_emit_intrinsic() argument 1990 ntq_emit_instr(struct vc4_compile *c, nir_instr *instr) ntq_emit_instr() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 40 X64OperandConverter(CodeGenerator* gen, Instruction* instr) in X64OperandConverter() argument 166 bool HasAddressingMode(Instruction* instr) { in HasAddressingMode() argument 170 bool HasImmediateInput(Instruction* instr, size_t index) { in HasImmediateInput() argument 174 bool HasRegisterInput(Instruction* instr, size_t index) { in HasRegisterInput() argument 652 WasmOutOfLineTrap(CodeGenerator* gen, Instruction* instr) in WasmOutOfLineTrap() argument 699 WasmProtectedInstructionTrap(CodeGenerator* gen, int pc, Instruction* instr) WasmProtectedInstructionTrap() argument 712 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument 723 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument 1065 AdjustStackPointerForTailCall(Instruction* instr, TurboAssembler* assembler, Linkage* linkage, OptimizedCompilationInfo* info, FrameAccessState* state, int new_slot_above_sp, bool allow_shrinkage = true) AdjustStackPointerForTailCall() argument 1110 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument 1149 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument 1164 ShouldClearOutputRegisterBeforeInstruction(CodeGenerator* g, Instruction* instr) ShouldClearOutputRegisterBeforeInstruction() argument 1184 AssembleArchInstruction( Instruction* instr) AssembleArchInstruction() argument 2324 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2329 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2334 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2338 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2343 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2360 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2365 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2370 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2374 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2379 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2396 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2428 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2495 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2518 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2528 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2539 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 2833 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3563 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3576 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3875 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3881 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3887 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3892 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3897 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3902 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3907 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3912 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3917 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3922 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3927 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 3935 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local 4458 AssembleArchBranch(Instruction* instr, BranchInfo* branch) AssembleArchBranch() argument 4473 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument 4520 AssembleArchTrap(Instruction* instr, FlagsCondition condition) AssembleArchTrap() argument 4536 AssembleArchBoolean(Instruction* instr, FlagsCondition condition) AssembleArchBoolean() argument 4563 AssembleArchBinarySearchSwitch(Instruction* instr) AssembleArchBinarySearchSwitch() argument 4574 AssembleArchTableSwitch(Instruction* instr) AssembleArchTableSwitch() argument 4589 AssembleArchSelect(Instruction* instr, FlagsCondition condition) AssembleArchSelect() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 32 S390OperandConverter(CodeGenerator* gen, Instruction* instr) in S390OperandConverter() argument 141 static inline bool HasRegisterOutput(Instruction* instr, int index = 0) { in HasRegisterOutput() argument 145 static inline bool HasFPRegisterInput(Instruction* instr, int index) { in HasFPRegisterInput() argument 149 static inline bool HasRegisterInput(Instruction* instr, int index) { in HasRegisterInput() argument 154 HasImmediateInput(Instruction* instr, size_t index) HasImmediateInput() argument 158 HasFPStackSlotInput(Instruction* instr, size_t index) HasFPStackSlotInput() argument 162 HasStackSlotInput(Instruction* instr, size_t index) HasStackSlotInput() argument 473 AssembleOp(Instruction* instr, RType r, MType m, IType i) AssembleOp() argument 487 AssembleBinOp(Instruction* instr, _RR _rr, _RM _rm, _RI _ri) AssembleBinOp() argument 492 AssembleUnaryOp(Instruction* instr, _R _r, _M _m, _I _i) AssembleUnaryOp() argument 1079 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument 1115 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument 1155 AssembleArchInstruction( Instruction* instr) AssembleArchInstruction() argument 3204 AssembleArchBranch(Instruction* instr, BranchInfo* branch) AssembleArchBranch() argument 3225 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument 3236 AssembleArchTrap(Instruction* instr, FlagsCondition condition) AssembleArchTrap() argument 3240 OutOfLineTrap(CodeGenerator* gen, Instruction* instr) AssembleArchTrap() argument 3303 AssembleArchBoolean(Instruction* instr, FlagsCondition condition) AssembleArchBoolean() argument 3334 AssembleArchBinarySearchSwitch(Instruction* instr) AssembleArchBinarySearchSwitch() argument 3345 AssembleArchTableSwitch(Instruction* instr) AssembleArchTableSwitch() argument 3362 AssembleArchSelect(Instruction* instr, FlagsCondition condition) AssembleArchSelect() argument [all...] |
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 1891 static inline int Bit(Instr instr, int nr) { return (instr >> nr) & 1; } in Bit() argument 1894 static inline int Bits(Instr instr, int hi, int lo) { in Bits() argument 1899 static inline int BitField(Instr instr, int hi, int lo) { in BitField() argument 1904 static inline int InstructionLength(const byte* instr) { in InstructionLength() argument 1918 static inline uint64_t InstructionBits(const byte* instr) { in InstructionBits() argument 1930 InstructionBits(const byte* instr) InstructionBits() argument 1961 SetInstructionBits(byte* instr, T value) SetInstructionBits() argument 2003 getOpcodeFormatType(const byte* instr) getOpcodeFormatType() argument 2009 S390OpcodeValue(const byte* instr) S390OpcodeValue() argument [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 33 inline int DecodeConstantPoolLength(int instr) { in DecodeConstantPoolLength() argument [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.h | 1252 instr_at_put(Address pc, Instr instr) instr_at_put() argument 1258 instr_at_put(int pos, Instr instr) instr_at_put() argument 1262 instr_at_put(int pos, ShortInstr instr) instr_at_put() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | ppir.h | 162 struct ppir_instr *instr; member 724 ppir_instr_is_root(ppir_instr *instr) ppir_instr_is_root() argument 729 ppir_instr_is_leaf(ppir_instr *instr) ppir_instr_is_leaf() argument [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 218 midgard_nir_lower_global_load_instr(nir_builder *b, nir_instr *instr, void *data) in midgard_nir_lower_global_load_instr() argument 286 mdg_should_scalarize(const nir_instr *instr, const void *_unused) in mdg_should_scalarize() argument 310 midgard_vectorize_filter(const nir_instr *instr, const void *data) in midgard_vectorize_filter() argument 473 emit_load_const(compiler_context *ctx, nir_load_const_instr *instr) emit_load_const() argument 637 mir_copy_src(midgard_instruction *ins, nir_alu_instr *instr, unsigned i, unsigned to, bool *abs, bool *neg, bool *not, enum midgard_roundmode *roundmode, bool is_int, unsigned bcast_count) mir_copy_src() argument 684 mir_is_bcsel_float(nir_alu_instr *instr) mir_is_bcsel_float() argument 730 emit_alu(compiler_context *ctx, nir_alu_instr *instr) emit_alu() argument 1166 mir_set_intr_mask(nir_instr *instr, midgard_instruction *ins, bool is_read) mir_set_intr_mask() argument 1193 emit_ubo_read( compiler_context *ctx, nir_instr *instr, unsigned dest, unsigned offset, nir_src *indirect_offset, unsigned indirect_shift, unsigned index, unsigned nr_comps) emit_ubo_read() argument 1254 emit_global( compiler_context *ctx, nir_instr *instr, bool is_read, unsigned srcdest, nir_src *offset, unsigned seg) emit_global() argument 1348 emit_atomic( compiler_context *ctx, nir_intrinsic_instr *instr, bool is_shared, midgard_load_store_op op, unsigned image_direct_address) emit_atomic() argument 1483 emit_image_op(compiler_context *ctx, nir_intrinsic_instr *instr, bool is_atomic) emit_image_op() argument 1577 emit_sysval_read(compiler_context *ctx, nir_instr *instr, unsigned nr_components, unsigned offset) emit_sysval_read() argument 1672 emit_compute_builtin(compiler_context *ctx, nir_intrinsic_instr *instr) emit_compute_builtin() argument 1696 emit_vertex_builtin(compiler_context *ctx, nir_intrinsic_instr *instr) emit_vertex_builtin() argument 1703 emit_special(compiler_context *ctx, nir_intrinsic_instr *instr, unsigned idx) emit_special() argument 1745 output_load_rt_addr(compiler_context *ctx, nir_intrinsic_instr *instr) output_load_rt_addr() argument 1768 emit_intrinsic(compiler_context *ctx, nir_intrinsic_instr *instr) emit_intrinsic() argument 2260 mdg_texture_mode(nir_tex_instr *instr) mdg_texture_mode() argument 2273 set_tex_coord(compiler_context *ctx, nir_tex_instr *instr, midgard_instruction *ins) set_tex_coord() argument 2417 emit_texop_native(compiler_context *ctx, nir_tex_instr *instr, unsigned midgard_texop) emit_texop_native() argument 2512 emit_tex(compiler_context *ctx, nir_tex_instr *instr) emit_tex() argument 2538 emit_jump(compiler_context *ctx, nir_jump_instr *instr) emit_jump() argument 2556 emit_instr(compiler_context *ctx, struct nir_instr *instr) emit_instr() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_soa.c | 1130 emit_load_const(struct lp_build_nir_context *bld_base, const nir_load_const_instr *instr, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_const() argument 1727 emit_sysval_intrin(struct lp_build_nir_context *bld_base, nir_intrinsic_instr *instr, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_sysval_intrin() argument 2072 emit_vote(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_vote() argument 2139 emit_ballot(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_ballot() argument 2200 emit_shuffle(struct lp_build_nir_context *bld_base, LLVMValueRef src, LLVMValueRef index, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_shuffle() argument 2246 emit_reduce(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_reduce() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 574 uint32_t instr; in bcj_powerpc() local 628 uint64_t instr; in bcj_ia64() local 730 uint32_t instr; bcj_sparc() local [all...] |
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 323 uint32_t instr = ExtractUnsignedBitfield32(field_lsb + 1, in GetSVEVectorFormat() local 519 bool IsMOPSPrologueOf(const Instruction* instr, uint32_t mops_type) const { in IsMOPSPrologueOf() argument 526 bool IsMOPSMainOf(const Instruction* instr, uint32_t mops_type) const { in IsMOPSMainOf() argument 534 bool IsMOPSEpilogueOf(const Instruction* instr, uint32_t mops_type) const { in IsMOPSEpilogueOf() argument 832 NEONFormatDecoder(const Instruction* instr) NEONFormatDecoder() argument 836 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format) NEONFormatDecoder() argument 840 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, const NEONFormatMap* format1) NEONFormatDecoder() argument 846 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, const NEONFormatMap* format1, const NEONFormatMap* format2) NEONFormatDecoder() argument [all...] |
/third_party/python/Python/ |
H A D | specialize.c | 486 specialize_module_load_attr(PyObject *owner, _Py_CODEUNIT *instr, in specialize_module_load_attr() argument 656 _Py_Specialize_LoadAttr(PyObject *owner, _Py_CODEUNIT *instr, PyObject *name) in _Py_Specialize_LoadAttr() argument 606 specialize_dict_access( PyObject *owner, _Py_CODEUNIT *instr, PyTypeObject *type, DescriptorClassification kind, PyObject *name, int base_op, int values_op, int hint_op) specialize_dict_access() argument 758 _Py_Specialize_StoreAttr(PyObject *owner, _Py_CODEUNIT *instr, PyObject *name) _Py_Specialize_StoreAttr() argument 881 specialize_class_load_method(PyObject *owner, _Py_CODEUNIT *instr, PyObject *name) specialize_class_load_method() argument 921 _Py_Specialize_LoadMethod(PyObject *owner, _Py_CODEUNIT *instr, PyObject *name) _Py_Specialize_LoadMethod() argument 1050 _Py_Specialize_LoadGlobal( PyObject *globals, PyObject *builtins, _Py_CODEUNIT *instr, PyObject *name) _Py_Specialize_LoadGlobal() argument 1187 _Py_Specialize_BinarySubscr( PyObject *container, PyObject *sub, _Py_CODEUNIT *instr) _Py_Specialize_BinarySubscr() argument 1265 _Py_Specialize_StoreSubscr(PyObject *container, PyObject *sub, _Py_CODEUNIT *instr) _Py_Specialize_StoreSubscr() argument 1369 specialize_class_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs, PyObject *kwnames, int oparg) specialize_class_call() argument 1430 specialize_method_descriptor(PyMethodDescrObject *descr, _Py_CODEUNIT *instr, int nargs, PyObject *kwnames, int oparg) specialize_method_descriptor() argument 1481 specialize_py_call(PyFunctionObject *func, _Py_CODEUNIT *instr, int nargs, PyObject *kwnames) specialize_py_call() argument 1533 specialize_c_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs, PyObject *kwnames) specialize_c_call() argument 1631 _Py_Specialize_Precall(PyObject *callable, _Py_CODEUNIT *instr, int nargs, PyObject *kwnames, int oparg) _Py_Specialize_Precall() argument 1677 _Py_Specialize_Call(PyObject *callable, _Py_CODEUNIT *instr, int nargs, PyObject *kwnames) _Py_Specialize_Call() argument 1775 _Py_Specialize_BinaryOp(PyObject *lhs, PyObject *rhs, _Py_CODEUNIT *instr, int oparg, PyObject **locals) _Py_Specialize_BinaryOp() argument 1904 _Py_Specialize_CompareOp(PyObject *lhs, PyObject *rhs, _Py_CODEUNIT *instr, int oparg) _Py_Specialize_CompareOp() argument 1996 _Py_Specialize_UnpackSequence(PyObject *seq, _Py_CODEUNIT *instr, int oparg) _Py_Specialize_UnpackSequence() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 103 struct ppc_inst *instr; member 906 struct ppc_inst instr, instr2; in insert_bpts() local 986 struct ppc_inst instr; remove_bpts() local 1202 struct ppc_inst instr; do_step() local 1368 struct ppc_inst instr; check_bp_loc() local 2214 mread_instr(unsigned long adrs, struct ppc_inst *instr) mread_instr() argument [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 1699 const struct nand_op_instr *instr = NULL; in marvell_nfc_parse_instructions() local 1790 const struct nand_op_instr *instr = nfc_op->data_instr; marvell_nfc_xfer_data_pio() local [all...] |
H A D | nand_base.c | 2037 const struct nand_op_instr *instr = ctx->subop.instrs; in nand_op_parser_match_pat() local 1985 nand_op_parser_must_split_instr(const struct nand_op_parser_pattern_elem *pat, const struct nand_op_instr *instr, unsigned int *start_offset) nand_op_parser_must_split_instr() argument 2107 const struct nand_op_instr *instr; nand_op_parser_trace() local 2232 nand_instr_is_data(const struct nand_op_instr *instr) nand_instr_is_data() argument 4154 nand_erase(struct mtd_info *mtd, struct erase_info *instr) nand_erase() argument 4167 nand_erase_nand(struct nand_chip *chip, struct erase_info *instr, int allowbbt) nand_erase_nand() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 103 u32 *instr; member 909 ppc_inst_t instr, instr2; in insert_bpts() local 989 ppc_inst_t instr; remove_bpts() local 1205 ppc_inst_t instr; do_step() local 1459 ppc_inst_t instr; check_bp_loc() local 2304 mread_instr(unsigned long adrs, ppc_inst_t *instr) mread_instr() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 6935 union ins_formats instr; in ahc_download_instr() local [all...] |
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | rawnand.h | 998 nand_op_trace(const char *prefix, const struct nand_op_instr *instr) nand_op_trace() argument [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 2596 const struct nand_op_instr *instr = NULL; in qcom_parse_instructions() local 2687 const struct nand_op_instr *instr = NULL; qcom_read_status_exec() local 2750 const struct nand_op_instr *instr = NULL; qcom_read_id_type_exec() local 2859 const struct nand_op_instr *instr = NULL; qcom_param_page_type_exec() local 2978 const struct nand_op_instr *instr; qcom_check_op() local [all...] |
H A D | nand_base.c | 2356 const struct nand_op_instr *instr = ctx->subop.instrs; in nand_op_parser_match_pat() local 2304 nand_op_parser_must_split_instr(const struct nand_op_parser_pattern_elem *pat, const struct nand_op_instr *instr, unsigned int *start_offset) nand_op_parser_must_split_instr() argument 2426 const struct nand_op_instr *instr; nand_op_parser_trace() local 2551 nand_instr_is_data(const struct nand_op_instr *instr) nand_instr_is_data() argument 4608 nand_erase(struct mtd_info *mtd, struct erase_info *instr) nand_erase() argument 4621 nand_erase_nand(struct nand_chip *chip, struct erase_info *instr, int allowbbt) nand_erase_nand() argument [all...] |
H A D | marvell_nand.c | 1713 const struct nand_op_instr *instr = NULL; in marvell_nfc_parse_instructions() local 1804 const struct nand_op_instr *instr = nfc_op->data_instr; marvell_nfc_xfer_data_pio() local [all...] |
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | rawnand.h | 1028 nand_op_trace(const char *prefix, const struct nand_op_instr *instr) nand_op_trace() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 6930 union ins_formats instr; in ahc_download_instr() local [all...] |