/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | i386-gen.c | 296 static bitfield cpu_flags[] = variable 884 bitfield all [ARRAY_SIZE (cpu_flags)]; in process_i386_cpu_flag() 885 bitfield any [ARRAY_SIZE (cpu_flags)]; in process_i386_cpu_flag() 888 memcpy (all, cpu_flags, sizeof (cpu_flags)); in process_i386_cpu_flag() 889 memcpy (any, cpu_flags, sizeof (cpu_flags)); in process_i386_cpu_flag() 1091 unsigned int space, const char *cpu_flags) in rex2_disallowed() argument 1385 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; in output_i386_opcode() local 1397 cpu_flags = next_field (str, ',', &str, last); in output_i386_opcode() 1486 cpu_flags)); in output_i386_opcode() 1488 process_i386_cpu_flag (table, cpu_flags, NULL, ",", " ", lineno, CpuMax); in output_i386_opcode() [all …]
|
H A D | ChangeLog-2014 | 60 (cpu_flags): Add CpuAVX512VBMI. 74 (cpu_flags): Add CpuAVX512IFMA. 86 (cpu_flags): Add CpuPCOMMIT. 98 (cpu_flags): Add CpuCLWB. 415 (cpu_flags): Add CpuAVX512DQ. 489 (cpu_flags): Add CpuAVX512BW. 525 (cpu_flags): Add CpuAVX512VL. 742 (cpu_flags): Add CpuSE1. 821 (cpu_flags): Add CpuPREFETCHWT1. 852 (cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | i386-gen.c | 551 static bitfield cpu_flags[] = variable 1047 bitfield flags [ARRAY_SIZE (cpu_flags)]; in process_i386_cpu_flag() 1050 memcpy (flags, cpu_flags, sizeof (cpu_flags)); in process_i386_cpu_flag() 1356 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; in output_i386_opcode() local 1366 cpu_flags = next_field (str, ',', &str, last); in output_i386_opcode() 1453 process_i386_cpu_flag (table, cpu_flags, 0, ",", " ", lineno); in output_i386_opcode() 2039 for (i = 0; i < ARRAY_SIZE (cpu_flags); i++) in main() 2040 if (cpu_flags[i].position > cpumax) in main() 2041 cpumax = cpu_flags[i].position; in main() 2045 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 2); in main() [all …]
|
H A D | ChangeLog-2014 | 60 (cpu_flags): Add CpuAVX512VBMI. 74 (cpu_flags): Add CpuAVX512IFMA. 86 (cpu_flags): Add CpuPCOMMIT. 98 (cpu_flags): Add CpuCLWB. 415 (cpu_flags): Add CpuAVX512DQ. 489 (cpu_flags): Add CpuAVX512BW. 525 (cpu_flags): Add CpuAVX512VL. 742 (cpu_flags): Add CpuSE1. 821 (cpu_flags): Add CpuPREFETCHWT1. 852 (cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-frv.c | 340 int cpu_flags = EF_FRV_CPU_GENERIC; in md_parse_option() local 346 cpu_flags = EF_FRV_CPU_GENERIC; in md_parse_option() 352 cpu_flags = EF_FRV_CPU_FR500; in md_parse_option() 358 cpu_flags = EF_FRV_CPU_FR550; in md_parse_option() 364 cpu_flags = EF_FRV_CPU_FR450; in md_parse_option() 370 cpu_flags = EF_FRV_CPU_FR405; in md_parse_option() 377 cpu_flags = EF_FRV_CPU_FR400; in md_parse_option() 384 cpu_flags = EF_FRV_CPU_FR300; in md_parse_option() 390 cpu_flags = EF_FRV_CPU_SIMPLE; in md_parse_option() 397 cpu_flags = EF_FRV_CPU_TOMCAT; in md_parse_option() [all …]
|
H A D | tc-s390.c | 302 } cpu_flags[] = in s390_parse_cpu() local 362 for (iflag = 0; iflag < ARRAY_SIZE (cpu_flags); iflag++) in s390_parse_cpu() 364 if (strcmp (sym, cpu_flags[iflag].name) == 0) in s390_parse_cpu() 366 if (cpu_flags[iflag].on) in s390_parse_cpu() 367 *ret_flags |= cpu_flags[iflag].mask; in s390_parse_cpu() 369 *ret_flags &= ~cpu_flags[iflag].mask; in s390_parse_cpu() 373 if (iflag == ARRAY_SIZE (cpu_flags)) in s390_parse_cpu() 376 if (iflag == ARRAY_SIZE (cpu_flags)) in s390_parse_cpu()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-frv.c | 340 int cpu_flags = EF_FRV_CPU_GENERIC; in md_parse_option() local 346 cpu_flags = EF_FRV_CPU_GENERIC; in md_parse_option() 352 cpu_flags = EF_FRV_CPU_FR500; in md_parse_option() 358 cpu_flags = EF_FRV_CPU_FR550; in md_parse_option() 364 cpu_flags = EF_FRV_CPU_FR450; in md_parse_option() 370 cpu_flags = EF_FRV_CPU_FR405; in md_parse_option() 377 cpu_flags = EF_FRV_CPU_FR400; in md_parse_option() 384 cpu_flags = EF_FRV_CPU_FR300; in md_parse_option() 390 cpu_flags = EF_FRV_CPU_SIMPLE; in md_parse_option() 397 cpu_flags = EF_FRV_CPU_TOMCAT; in md_parse_option() [all …]
|
H A D | tc-i386.c | 1747 i386_cpu_flags x = t->cpu_flags; in cpu_flags_match() 4336 || i.tm.cpu_flags.bitfield.cpuavx512vl in optimize_encoding() 4940 && !i.tm.cpu_flags.bitfield.cpusse4a in md_assemble() 5005 if (i.tm.cpu_flags.bitfield.cpumpx) in md_assemble() 5281 if (!cpu_flags_check_cpu64 (current_templates->start->cpu_flags)) in parse_insn() 5359 if (current_templates->start->cpu_flags.bitfield.cpuibt) in parse_insn() 5363 if (current_templates->start->cpu_flags.bitfield.cpuhle) in parse_insn() 5365 else if (current_templates->start->cpu_flags.bitfield.cpumpx) in parse_insn() 5966 cpu = cpu_flags_and (t->cpu_flags, avx512); in check_VecOperands() 5968 && !t->cpu_flags.bitfield.cpuavx512vl in check_VecOperands() [all …]
|
H A D | tc-s390.c | 304 } cpu_flags[] = in s390_parse_cpu() local 364 for (iflag = 0; iflag < ARRAY_SIZE (cpu_flags); iflag++) in s390_parse_cpu() 366 if (strcmp (sym, cpu_flags[iflag].name) == 0) in s390_parse_cpu() 368 if (cpu_flags[iflag].on) in s390_parse_cpu() 369 *ret_flags |= cpu_flags[iflag].mask; in s390_parse_cpu() 371 *ret_flags &= ~cpu_flags[iflag].mask; in s390_parse_cpu() 375 if (iflag == ARRAY_SIZE (cpu_flags)) in s390_parse_cpu() 378 if (iflag == ARRAY_SIZE (cpu_flags)) in s390_parse_cpu()
|
/netbsd-src/external/cddl/osnet/sys/kern/ |
H A D | opensolaris.c | 61 solaris_cpu[i].cpu_flags &= CPU_ENABLE; in opensolaris_init()
|
/netbsd-src/sys/arch/vax/vax/ |
H A D | ka610.c | 62 .cpu_flags = CPU_RAISEIPL,
|
H A D | ka48.c | 74 .cpu_flags = CPU_RAISEIPL,
|
H A D | ka410.c | 73 .cpu_flags = CPU_RAISEIPL,
|
H A D | ka46.c | 73 .cpu_flags = CPU_RAISEIPL,
|
H A D | scb.c | 104 } else if (dep_call->cpu_flags & CPU_RAISEIPL) { in scb_stray()
|
H A D | ka53.c | 74 .cpu_flags = CPU_RAISEIPL,
|
H A D | ka49.c | 71 .cpu_flags = CPU_RAISEIPL,
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2014 | 60 (cpu_flags): Add CpuAVX512VBMI. 74 (cpu_flags): Add CpuAVX512IFMA. 86 (cpu_flags): Add CpuPCOMMIT. 98 (cpu_flags): Add CpuCLWB. 415 (cpu_flags): Add CpuAVX512DQ. 489 (cpu_flags): Add CpuAVX512BW. 525 (cpu_flags): Add CpuAVX512VL. 742 (cpu_flags): Add CpuSE1. 821 (cpu_flags): Add CpuPREFETCHWT1. 852 (cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2014 | 60 (cpu_flags): Add CpuAVX512VBMI. 74 (cpu_flags): Add CpuAVX512IFMA. 86 (cpu_flags): Add CpuPCOMMIT. 98 (cpu_flags): Add CpuCLWB. 415 (cpu_flags): Add CpuAVX512DQ. 489 (cpu_flags): Add CpuAVX512BW. 525 (cpu_flags): Add CpuAVX512VL. 742 (cpu_flags): Add CpuSE1. 821 (cpu_flags): Add CpuPREFETCHWT1. 852 (cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
|
/netbsd-src/external/cddl/osnet/sys/sys/ |
H A D | cpuvar.h | 41 uint32_t cpu_flags; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
H A D | arc-arch.h | 28 enum cpu_flags enum
|
/netbsd-src/sys/arch/x86/include/ |
H A D | mpbiosreg.h | 94 uint8_t cpu_flags; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
H A D | arc-arch.h | 28 enum cpu_flags enum
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | mpbios.c | 860 if (!(entry->cpu_flags & PROCENTRY_FLAG_EN)) in mpbios_dflt_conf_bus() 866 if (entry->cpu_flags & PROCENTRY_FLAG_BP) in mpbios_dflt_conf_ioapic() 894 mpp.cpu_flags = PROCENTRY_FLAG_EN | PROCENTRY_FLAG_BP; in mpbios_dflt_conf_int() 898 mpp.cpu_flags = PROCENTRY_FLAG_EN; in mpbios_dflt_conf_int()
|
/netbsd-src/sys/arch/vax/include/ |
H A D | cpu.h | 77 int cpu_flags; member
|