Home
last modified time | relevance | path

Searched refs:Ghdl_Read_Scalar (Results 1 – 11 of 11) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-file_operation.adb288 Ghdl_Read_Scalar (File.File, Ghdl_Ptr (Value.B1'Address), 1);
290 Ghdl_Read_Scalar (File.File, Ghdl_Ptr (Value.I64'Address), 8);
292 Ghdl_Read_Scalar (File.File, Ghdl_Ptr (Value.E8'Address), 1);
294 Ghdl_Read_Scalar (File.File, Ghdl_Ptr (Value.E32'Address), 4);
296 Ghdl_Read_Scalar (File.File, Ghdl_Ptr (Value.F64'Address), 8);
302 Ghdl_Read_Scalar (File.File, Ghdl_Ptr (Len'Address), 4);
326 Ghdl_Read_Scalar (File.File, Ghdl_Ptr (Len'Address), 4);
/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-files.ads69 procedure Ghdl_Read_Scalar (File : Ghdl_File_Index; subprogspec
102 pragma Export (C, Ghdl_Read_Scalar, "__ghdl_read_scalar");
H A Dgrt-files_operations.ads126 procedure Ghdl_Read_Scalar (File : Ghdl_File_Index; subprogspec
H A Dgrt-files.adb423 procedure Ghdl_Read_Scalar (File : Ghdl_File_Index; subprogram
437 end Ghdl_Read_Scalar; argument
H A Dgrt-files_operations.adb470 procedure Ghdl_Read_Scalar (File : Ghdl_File_Index; subprogram
494 end Ghdl_Read_Scalar; argument
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans_decls.ads216 Ghdl_Read_Scalar : O_Dnode; variable
H A Dtranslation.adb1188 Finish_Subprogram_Decl (Interfaces, Ghdl_Read_Scalar);
H A Dtrans-chap7.adb5976 Translate_Rw (Var, Etype, Ghdl_Read_Scalar);
6001 Translate_Rw_Length (Var_Len, Ghdl_Read_Scalar);
6038 El_Type, Ghdl_Read_Scalar);
H A Dtrans-chap8.adb2183 Start_Association (Assocs, Ghdl_Read_Scalar);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-files_operations.adb371 Ghdl_Read_Scalar (File, Ghdl_Ptr (Val.Mem.all'Address),
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlrun.adb640 Def (Trans_Decls.Ghdl_Read_Scalar,
641 Grt.Files.Ghdl_Read_Scalar'Address);