Searched refs:DW_ATE_float (Results 1 – 25 of 205) sorted by relevance
123456789
/external/elfutils/backends/ |
D | sh_regs.c | 149 *type = DW_ATE_float; in sh_register_info() 158 *type = DW_ATE_float; in sh_register_info() 167 *type = DW_ATE_float; in sh_register_info() 176 *type = DW_ATE_float; in sh_register_info()
|
D | arm_regs.c | 83 *type = DW_ATE_float; in arm_register_info() 96 *type = DW_ATE_float; in arm_register_info() 105 *type = DW_ATE_float; in arm_register_info()
|
D | ia64_regs.c | 88 *type = DW_ATE_float; in ia64_register_info() 109 *type = DW_ATE_float; in ia64_register_info()
|
D | m68k_regs.c | 72 *type = DW_ATE_float; in m68k_register_info()
|
D | aarch64_retval.c | 103 case DW_ATE_float: in member_is_fp() 331 case DW_ATE_float: in aarch64_return_value_location()
|
D | ia64_retval.c | 131 case DW_ATE_float: in hfa_type() 292 case DW_ATE_float: in ia64_return_value_location()
|
D | s390_regs.c | 80 *type = DW_ATE_float; in s390_register_info()
|
D | sparc_regs.c | 87 *type = DW_ATE_float; in sparc_register_info()
|
D | i386_regs.c | 63 *type = DW_ATE_float; in i386_register_info()
|
D | sh_retval.c | 116 if (encoding == DW_ATE_float) in sh_return_value_location()
|
D | i386_retval.c | 112 if (encoding == DW_ATE_float) in i386_return_value_location()
|
D | alpha_regs.c | 59 *type = DW_ATE_float; in alpha_register_info()
|
D | alpha_retval.c | 114 if (encoding == DW_ATE_float) in alpha_return_value_location()
|
D | riscv_regs.c | 57 *type = DW_ATE_float; in riscv_register_info()
|
D | s390_retval.c | 118 if (encoding == DW_ATE_float && size <= 8) in s390_return_value_location()
|
D | m68k_retval.c | 119 if (encoding == DW_ATE_float) in m68k_return_value_location()
|
D | x86_64_regs.c | 68 *type = DW_ATE_float; in x86_64_register_info()
|
D | x86_64_retval.c | 145 case DW_ATE_float: in x86_64_return_value_location()
|
D | ppc_retval.c | 140 if (encoding == DW_ATE_float) in ppc_return_value_location()
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | float_const_loclist.ll | 64 !9 = !DIBasicType(name: "float", size: 32, align: 32, encoding: DW_ATE_float) 66 !11 = !DIBasicType(name: "long double", size: 128, align: 128, encoding: DW_ATE_float)
|
/external/llvm/test/DebugInfo/X86/ |
D | float_const_loclist.ll | 73 !9 = !DIBasicType(name: "float", size: 32, align: 32, encoding: DW_ATE_float) 75 !11 = !DIBasicType(name: "long double", size: 128, align: 128, encoding: DW_ATE_float)
|
/external/llvm/test/DebugInfo/Generic/ |
D | constantfp-sdnodes-have-dbg-location.ll | 20 !7 = !DIBasicType(name: "double", size: 64, align: 64, encoding: DW_ATE_float)
|
/external/llvm-project/llvm/test/DebugInfo/MIR/ARM/ |
D | call-site-info-vmovd.mir | 55 !9 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float) 65 !19 = !DIBasicType(name: "double", size: 64, encoding: DW_ATE_float)
|
/external/llvm-project/llvm/test/Bitcode/ |
D | generic_subrange_const.ll | 23 !7 = !DIBasicType(name: "real", size: 32, align: 32, encoding: DW_ATE_float)
|
/external/llvm-project/llvm/test/Verifier/ |
D | dbg-invalid-vector.ll | 32 !13 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)
|
123456789