You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce arcv_apex_get_metadata_section () to retrieve the ELF section used to hold APEX instruction metadata. Section names encode the enabled instruction formats, the fixed Custom-0 value (=11), and sub-opcode. For example, an instruction declared as: .extInstruction foo,7,XS,XC maps to: .riscvapex.<XS|XC>.11.<function_code> and concretely: .riscvapex.10.11.7 APEX metadata sections are placed in COMDAT groups so the linker retains only one copy when multiple compilation units define the same section. The group name is derived from the section name but omits the "riscv" prefix. Signed-off-by: Luis Silva <luiss@synopsys.com>
0 commit comments