/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcCallingConv.td | 52 // array at fixed offsets. Integer arguments are promoted to registers when 56 // parameter array at fixed offsets. Float and double parameters are promoted 61 // promoted to both floating point and integer registers when possible. A 113 // structs. These arguments are not promoted to 64 bits, but they can still 117 // All integers are promoted to i64 by the caller.
|
H A D | SparcInstrInfo.td | 1313 // this will be promoted to use FSQRTD with doubles instead. 1400 // this will be promoted to use FDIVD with doubles instead.
|
/freebsd/sys/contrib/device-tree/Bindings/arm/firmware/ |
H A D | sdei.txt | 6 firmware-first error handling, or from an IRQ that has been promoted to
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sve_sme_incl.td | 83 // w: vector of element type promoted to 64bits, vector maintains 85 // f: element type promoted to uint64_t (splat to vector type) 86 // j: element type promoted to 64bits (splat to vector type)
|
H A D | arm_mve_defs.td | 250 // being automatically promoted to i32 from a smaller integer type.
|
H A D | DiagnosticGroups.td | 508 def KNRPromotedParameter : DiagGroup<"knr-promoted-parameter">;
|
H A D | DiagnosticSemaKinds.td | 4722 "%diff{promoted type $ of K&R function parameter is not compatible with the " 4723 "parameter type $|promoted type of K&R function parameter is not compatible " 10396 "undefined behavior because arguments will be promoted to %1">, InGroup<Varargs>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCallingConv.td | 74 // On PPC64, integer return values are always promoted to i64 157 // Only handle ints and floats. All ints are promoted to i64. 172 // All small ints are promoted to i64. Vector types, quadword ints,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrPredicates.td | 29 // promoted into EVEX space. Encoding space changes after the promotion, opcode 34 // promotion, so that the promoted variant can be selected first to benefit RA.
|
H A D | X86InstrCMovSetCC.td | 151 // SetZUCC and promoted SetCC instructions.
|
H A D | X86InstrFragmentsSIMD.td | 869 // NOTE: all 128-bit integer vector loads are promoted to v2i64 888 // NOTE: all 256-bit integer vector loads are promoted to v4i64 937 // NOTE: all 128-bit integer vector loads are promoted to v2i64
|
H A D | X86CallingConv.td | 263 // since the boolean types in AVX/AVX2 are promoted by default. 583 // since the boolean types in AVX/AVX2 are promoted by default. 865 // since the boolean types in AVX/AVX2 are promoted by default.
|
H A D | X86InstrUtils.td | 120 // PL - Helper for promoted legacy instructions
|
H A D | X86InstrCompiler.td | 1419 // Except for i16 -> i32 since isel expect i16 ops to be promoted to i32.
|
H A D | X86InstrAVX512.td | 2807 // KNL does not support KMOVB, 8-bit mask is promoted to 16-bit 2857 // With AVX512F, 8-bit mask is promoted to 16-bit mask, 3146 // With AVX-512 only, 8-bit mask is promoted to 16-bit mask.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCallingConv.td | 138 // All integers (except soft-float integers) are promoted to 64-bit. 175 // All integers are promoted to 64-bit.
|
/freebsd/share/mk/ |
H A D | bsd.sys.mk | 105 CWARNFLAGS.clang+= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42) 178 api : ZDICT_finalizeDictionary() is promoted to stable (#2111) 429 API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.td | 226 // Although we assign the f32 vararg to be bitcast, it will first be promoted
|
/freebsd/sys/i386/i386/ |
H A D | pmap.c | 308 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, 1921 * If "promoted" is false, then the page table page "mpte" must be zero filled; 1924 * If "promoted" is true and "allpte_PG_A_set" is false, then "mpte" must 1928 * If "promoted" and "allpte_PG_A_set" are both true, then "mpte" must contain 1933 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, in pmap_insert_pt_page() argument 1938 KASSERT(promoted || !allpte_PG_A_set, in pmap_insert_pt_page() 1940 mpte->valid = promoted ? (allpte_PG_A_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page() 2642 * removes one of the mappings that is being promoted. in pmap_pv_promote_pde() 2991 ("pmap_remove_pde: pte page not promoted")); in pmap_remove_pde() 3470 * promoted [all...] |
/freebsd/sys/riscv/riscv/ |
H A D | pmap.c | 1396 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, in pmap_insert_pt_page() argument 1401 KASSERT(promoted || !all_l3e_PTE_A_set, in pmap_insert_pt_page() 1403 mpte->valid = promoted ? (all_l3e_PTE_A_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 1806 void setKNRPromoted(bool promoted) { in setKNRPromoted() argument 1807 ParmVarDeclBits.IsKNRPromoted = promoted; in setKNRPromoted()
|
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 485 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, 4619 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, in pmap_insert_pt_page() argument 4624 KASSERT(promoted || !all_l3e_AF_set, in pmap_insert_pt_page() 4626 mpte->valid = promoted ? (all_l3e_AF_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 1300 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, 4142 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, in pmap_insert_pt_page() argument 4147 KASSERT(promoted || !allpte_PG_A_set, in pmap_insert_pt_page() 4149 mpte->valid = promoted ? (allpte_PG_A_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 565 19. Avoid using execl() because the last NULL does not always promoted to
|