Home
last modified time | relevance | path

Searched refs:asm_name (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/dports/devel/py-oci/oci-2.53.1/src/oci/opsi/models/
H A Ddisk_group_details.py68 def asm_name(self): member in DiskGroupDetails
79 @asm_name.setter
80 def asm_name(self, asm_name): argument
89 self._asm_name = asm_name
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/
H A Dinline_asm.rs165 let asm_name = format!("{}__inline_asm_{}", fx.symbol_name, inline_asm_index); in codegen_inline_asm() localVariable
168 &asm_name, in codegen_inline_asm()
178 call_inline_asm(fx, &asm_name, slot_size, inputs, outputs); in codegen_inline_asm()
182 asm_name: &str, in generate_asm_wrapper()
191 writeln!(generated_asm, ".globl {}", asm_name).unwrap(); in generate_asm_wrapper()
192 writeln!(generated_asm, ".type {},@function", asm_name).unwrap(); in generate_asm_wrapper()
194 writeln!(generated_asm, "{}:", asm_name).unwrap(); in generate_asm_wrapper()
250 writeln!(generated_asm, ".size {name}, .-{name}", name = asm_name).unwrap(); in generate_asm_wrapper()
259 asm_name: &str, in call_inline_asm()
276 asm_name, in call_inline_asm()
[all …]
/dports/irc/smuxi/smuxi-1.1/src/Engine/
H A DEngine.cs48 var asm_name = asm.GetName(false);
49 return asm_name.Version;
119 var asm_name = asm.GetName(false); in Init()
127 Path.GetFileNameWithoutExtension(asm_name.Name), in Init()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/
H A DResolvedReference.cs45 …public ResolvedReference (ITaskItem item, AssemblyName asm_name, bool copy_local, SearchPath searc… in ResolvedReference() argument
49 AssemblyName = asm_name; in ResolvedReference()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dbackend.h500 const std::string& asm_name,
588 implicit_variable(const std::string& name, const std::string& asm_name,
615 const std::string& asm_name,
648 const std::string& asm_name,
671 const std::string& asm_name,
722 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/gofrontend/
H A Dbackend.h527 global_variable(const std::string& name, const std::string& asm_name,
598 implicit_variable(const std::string& name, const std::string& asm_name,
623 const std::string& asm_name,
652 immutable_struct(const std::string& name, const std::string& asm_name,
674 const std::string& asm_name,
749 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/lang/gcc9/gcc-9.4.0/gcc/go/gofrontend/
H A Dbackend.h496 const std::string& asm_name,
584 implicit_variable(const std::string& name, const std::string& asm_name,
611 const std::string& asm_name,
644 const std::string& asm_name,
667 const std::string& asm_name,
742 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/gofrontend/
H A Dbackend.h496 const std::string& asm_name,
584 implicit_variable(const std::string& name, const std::string& asm_name,
611 const std::string& asm_name,
644 const std::string& asm_name,
667 const std::string& asm_name,
742 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/go/gofrontend/
H A Dbackend.h500 const std::string& asm_name,
588 implicit_variable(const std::string& name, const std::string& asm_name,
615 const std::string& asm_name,
648 const std::string& asm_name,
671 const std::string& asm_name,
722 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/gofrontend/
H A Dbackend.h496 const std::string& asm_name,
584 implicit_variable(const std::string& name, const std::string& asm_name,
611 const std::string& asm_name,
644 const std::string& asm_name,
667 const std::string& asm_name,
742 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/gofrontend/
H A Dbackend.h496 const std::string& asm_name,
584 implicit_variable(const std::string& name, const std::string& asm_name,
611 const std::string& asm_name,
644 const std::string& asm_name,
667 const std::string& asm_name,
742 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dbackend.h500 const std::string& asm_name,
588 implicit_variable(const std::string& name, const std::string& asm_name,
615 const std::string& asm_name,
648 const std::string& asm_name,
671 const std::string& asm_name,
722 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dbackend.h500 const std::string& asm_name,
588 implicit_variable(const std::string& name, const std::string& asm_name,
615 const std::string& asm_name,
648 const std::string& asm_name,
671 const std::string& asm_name,
722 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dbackend.h500 const std::string& asm_name,
588 implicit_variable(const std::string& name, const std::string& asm_name,
615 const std::string& asm_name,
648 const std::string& asm_name,
671 const std::string& asm_name,
722 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/gofrontend/
H A Dbackend.h496 const std::string& asm_name,
584 implicit_variable(const std::string& name, const std::string& asm_name,
611 const std::string& asm_name,
644 const std::string& asm_name,
667 const std::string& asm_name,
742 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/gofrontend/
H A Dbackend.h496 const std::string& asm_name,
584 implicit_variable(const std::string& name, const std::string& asm_name,
611 const std::string& asm_name,
644 const std::string& asm_name,
667 const std::string& asm_name,
742 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/lang/gcc10/gcc-10.3.0/gcc/go/gofrontend/
H A Dbackend.h496 const std::string& asm_name,
584 implicit_variable(const std::string& name, const std::string& asm_name,
611 const std::string& asm_name,
644 const std::string& asm_name,
667 const std::string& asm_name,
742 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/gofrontend/
H A Dbackend.h496 const std::string& asm_name,
584 implicit_variable(const std::string& name, const std::string& asm_name,
611 const std::string& asm_name,
644 const std::string& asm_name,
667 const std::string& asm_name,
742 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/lang/gcc8/gcc-8.5.0/gcc/go/gofrontend/
H A Dbackend.h500 const std::string& asm_name,
588 implicit_variable(const std::string& name, const std::string& asm_name,
615 const std::string& asm_name,
648 const std::string& asm_name,
671 const std::string& asm_name,
722 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/lang/gcc11/gcc-11.2.0/gcc/go/gofrontend/
H A Dbackend.h496 const std::string& asm_name,
584 implicit_variable(const std::string& name, const std::string& asm_name,
611 const std::string& asm_name,
644 const std::string& asm_name,
667 const std::string& asm_name,
742 function(Btype* fntype, const std::string& name, const std::string& asm_name,
/dports/devel/radare2/radare2-5.1.1/libr/egg/
H A Degg.c291 char *asm_name = NULL; in r_egg_assemble_asm() local
298 asm_name = asm_[1]; in r_egg_assemble_asm()
303 if (!asm_name) { in r_egg_assemble_asm()
305 asm_name = "x86.nz"; in r_egg_assemble_asm()
307 asm_name = "arm"; in r_egg_assemble_asm()
310 if (asm_name) { in r_egg_assemble_asm()
311 r_asm_use (egg->rasm, asm_name); in r_egg_assemble_asm()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dipa-reference.c569 node->asm_name (), node->order); in generate_summary()
607 node->asm_name (), node->order); in read_write_all_from_decl()
617 node->asm_name (), node->order); in read_write_all_from_decl()
730 node->asm_name (), node->order); in propagate()
739 w->asm_name (), w->order); in propagate()
803 node->asm_name (), node->order); in propagate()
815 w->asm_name (), w->order); in propagate()
1093 node->asm_name (), node->order); in ipa_reference_read_optimization_summary()
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/gcc-interface/
H A Dgigi.h663 create_var_decl_1 (tree var_name, tree asm_name, tree type, tree var_init,
670 #define create_var_decl(var_name, asm_name, type, var_init, \ argument
673 create_var_decl_1 (var_name, asm_name, type, var_init, \
681 #define create_true_var_decl(var_name, asm_name, type, var_init, \ argument
684 create_var_decl_1 (var_name, asm_name, type, var_init, \
723 extern tree create_subprog_decl (tree subprog_name, tree asm_name,
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/gcc-interface/
H A Dgigi.h664 create_var_decl_1 (tree var_name, tree asm_name, tree type, tree var_init,
671 #define create_var_decl(var_name, asm_name, type, var_init, \ argument
674 create_var_decl_1 (var_name, asm_name, type, var_init, \
682 #define create_true_var_decl(var_name, asm_name, type, var_init, \ argument
685 create_var_decl_1 (var_name, asm_name, type, var_init, \
724 extern tree create_subprog_decl (tree subprog_name, tree asm_name,
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/gcc-interface/
H A Dgigi.h686 create_var_decl_1 (tree var_name, tree asm_name, tree type, tree var_init,
693 #define create_var_decl(var_name, asm_name, type, var_init, \ argument
696 create_var_decl_1 (var_name, asm_name, type, var_init, \
704 #define create_true_var_decl(var_name, asm_name, type, var_init, \ argument
707 create_var_decl_1 (var_name, asm_name, type, var_init, \
746 extern tree create_subprog_decl (tree subprog_name, tree asm_name,

12345678910>>...26