Home
last modified time | relevance | path

Searched defs:fp_reg (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/include/asm/
H A Duser.h35 struct fp_reg { struct
36 unsigned int sign1:1;
37 unsigned int unused:15;
38 unsigned int sign2:1;
39 unsigned int exponent:14;
40 unsigned int j:1;
41 unsigned int mantissa1:31;
42 unsigned int mantissa0:32;
/linux/arch/mips/kernel/
H A Dkgdb.c132 int fp_reg; in dbg_set_reg() local
165 int fp_reg; in dbg_get_reg() local
/linux/arch/riscv/kernel/
H A Dtraps_misaligned.c174 unsigned long fp_reg = FP_GET_RD(insn); in set_f32_rd() local
186 unsigned long fp_reg = FP_GET_RD(insn); in set_f64_rd() local
206 unsigned long fp_reg = (insn >> fp_reg_offset) & 0x1F; in get_f64_rs() local
221 unsigned long fp_reg = (insn >> fp_reg_offset) & 0x1F; in get_f64_rs() local
237 unsigned long fp_reg = (insn >> fp_reg_offset) & 0x1F; in get_f32_rs() local
/linux/tools/arch/loongarch/include/asm/
H A Dorc_types.h51 unsigned int fp_reg:4; member
/linux/arch/loongarch/include/asm/
H A Dorc_types.h51 unsigned int fp_reg:4; member