Home
last modified time | relevance | path

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 DAMDKernelCodeTInfo.h80 COMPPGM1(float_mode, compute_pgm_rsrc1_float_mode, FLOAT_MODE), // TODO: s…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmachmode.h1011 is_float_mode (machine_mode mode, T *float_mode)
1015 *float_mode = scalar_float_mode (scalar_float_mode::from_int (mode));
H A Doptabs.c2779 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 Ddwarf2out.c16164 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 Dmachmode.h1015 is_float_mode (machine_mode mode, T *float_mode)
1019 *float_mode = scalar_float_mode (scalar_float_mode::from_int (mode));
H A Doptabs.cc3223 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 Ddwarf2out.cc16652 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 Darm.md11954 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 Darm.md12027 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 DChangeLog-2016332 * config/tc-riscv.c (float_mode): Removed.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2016332 * config/tc-riscv.c (float_mode): Removed.