Searched refs:float_mode (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTInfo.h | 80 COMPPGM1(float_mode, compute_pgm_rsrc1_float_mode, FLOAT_MODE), // TODO: s…
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | machmode.h | 1011 is_float_mode (machine_mode mode, T *float_mode) 1015 *float_mode = scalar_float_mode (scalar_float_mode::from_int (mode));
|
H A D | optabs.c | 2779 scalar_float_mode float_mode; in expand_unop() local 2999 if (is_a <scalar_float_mode> (mode, &float_mode)) in expand_unop() 3001 temp = expand_absneg_bit (NEG, float_mode, op0, target); in expand_unop() 3206 scalar_float_mode float_mode; in expand_abs_nojump() local 3207 if (is_a <scalar_float_mode> (mode, &float_mode)) in expand_abs_nojump() 3209 temp = expand_absneg_bit (ABS, float_mode, op0, target); in expand_abs_nojump()
|
H A D | dwarf2out.c | 16164 scalar_float_mode float_mode = as_a <scalar_float_mode> (mode); in mem_loc_descriptor() local 16165 unsigned int length = GET_MODE_SIZE (float_mode); in mem_loc_descriptor()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | machmode.h | 1015 is_float_mode (machine_mode mode, T *float_mode) 1019 *float_mode = scalar_float_mode (scalar_float_mode::from_int (mode));
|
H A D | optabs.cc | 3223 scalar_float_mode float_mode; in expand_unop() local 3449 if (is_a <scalar_float_mode> (mode, &float_mode)) in expand_unop() 3451 temp = expand_absneg_bit (NEG, float_mode, op0, target); in expand_unop() 3656 scalar_float_mode float_mode; in expand_abs_nojump() local 3657 if (is_a <scalar_float_mode> (mode, &float_mode)) in expand_abs_nojump() 3659 temp = expand_absneg_bit (ABS, float_mode, op0, target); in expand_abs_nojump()
|
H A D | dwarf2out.cc | 16652 scalar_float_mode float_mode = as_a <scalar_float_mode> (mode); in mem_loc_descriptor() local 16653 unsigned int length = GET_MODE_SIZE (float_mode); in mem_loc_descriptor()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.md | 11954 scalar_float_mode float_mode; 11955 if (is_a <scalar_float_mode> (GET_MODE (x), &float_mode)) 11956 assemble_real (*CONST_DOUBLE_REAL_VALUE (x), float_mode, BITS_PER_WORD); 11981 scalar_float_mode float_mode; 11982 if (is_a <scalar_float_mode> (GET_MODE (operands[0]), &float_mode)) 11984 float_mode, BITS_PER_WORD); 11999 scalar_float_mode float_mode; 12000 if (is_a <scalar_float_mode> (GET_MODE (operands[0]), &float_mode)) 12002 float_mode, BITS_PER_WORD);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.md | 12027 scalar_float_mode float_mode; 12028 if (is_a <scalar_float_mode> (GET_MODE (x), &float_mode)) 12029 assemble_real (*CONST_DOUBLE_REAL_VALUE (x), float_mode, BITS_PER_WORD); 12054 scalar_float_mode float_mode; 12055 if (is_a <scalar_float_mode> (GET_MODE (operands[0]), &float_mode)) 12057 float_mode, BITS_PER_WORD); 12072 scalar_float_mode float_mode; 12073 if (is_a <scalar_float_mode> (GET_MODE (operands[0]), &float_mode)) 12075 float_mode, BITS_PER_WORD);
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2016 | 332 * config/tc-riscv.c (float_mode): Removed.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2016 | 332 * config/tc-riscv.c (float_mode): Removed.
|