Searched refs:fbits (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 131 // The VCVT to/from fixed-point instructions encode the 'fbits' operand 133 // source. It's encoded as "Size - fbits" where Size is the size of the 134 // fixed-point representation (32 or 16) and fbits is the value appearing 1789 (outs SPR:$dst), (ins SPR:$a, fbits16:$fbits), 1790 IIC_fpCVTHI, "vcvt", ".s16.f16\t$dst, $a, $fbits", []>, 1795 (outs SPR:$dst), (ins SPR:$a, fbits16:$fbits), 1796 IIC_fpCVTHI, "vcvt", ".u16.f16\t$dst, $a, $fbits", []>, 1801 (outs SPR:$dst), (ins SPR:$a, fbits32:$fbits), 1802 IIC_fpCVTHI, "vcvt", ".s32.f16\t$dst, $a, $fbits", []>, 1807 (outs SPR:$dst), (ins SPR:$a, fbits32:$fbits), [all …]
|
| H A D | ARMInstrFormats.td | 2126 bits<5> fbits; 2129 let Inst{5} = fbits{0}; 2130 let Inst{3-0} = fbits{4-1};
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_color.c | 74 #define ILK_CSC_COEFF_FP(coeff, fbits) \ argument 75 (clamp_val(((coeff) >> (32 - (fbits) - 3)) + 4, 0, 0xfff) & 0xff8)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-simd.md | 2177 int fbits = aarch64_vec_fpconst_pow_of_2 (operands[2]); 2179 snprintf (buf, 64, "fcvtz<su>\\t%%0.<Vtype>, %%1.<Vtype>, #%d", fbits);
|
| H A D | aarch64.md | 6029 int fbits = aarch64_fpconst_pow_of_2 (operands[2]); 6031 snprintf (buf, 64, "fcvtz<su>\\t%%<GPI:w>0, %%<GPF:s>1, #%d", fbits);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.md | 6142 int fbits = aarch64_fpconst_pow_of_2 (operands[2]); 6144 snprintf (buf, 64, "fcvtz<su>\\t%%<GPI:w>0, %%<GPF:s>1, #%d", fbits);
|
| H A D | aarch64-simd.md | 3079 int fbits = aarch64_vec_fpconst_pow_of_2 (operands[2]); 3081 snprintf (buf, 64, "fcvtz<su>\\t%%0.<Vtype>, %%1.<Vtype>, #%d", fbits);
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | aarch64-tbl.h | 5570 Y(IMMEDIATE, fbits, "FBITS", 0, F(FLD_scale), \
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | aarch64-tbl.h | 6538 Y(IMMEDIATE, fbits, "FBITS", 0, F(FLD_scale), \
|