Home
last modified time | relevance | path

Searched defs:vki_mips_elf_abiflags_v0 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/include/vki/
Dvki-mips32-linux.h1035 struct vki_mips_elf_abiflags_v0 { struct
1036 vki_u16 version; /* Version of flags structure */
1037 vki_u8 isa_level; /* The level of the ISA: 1-5, 32, 64 */
1038 vki_u8 isa_rev; /* The revision of ISA: 0 for MIPS V and below,
1040 vki_u8 gpr_size; /* The size of general purpose registers */
1041 vki_u8 cpr1_size; /* The size of co-processor 1 registers */
1042 vki_u8 cpr2_size; /* The size of co-processor 2 registers */
1043 vki_u8 fp_abi; /* The floating-point ABI */
1044 vki_u32 isa_ext; /* Mask of processor-specific extensions */
1045 vki_u32 ases; /* Mask of ASEs used */
[all …]