Searched refs:current_ir (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | decode_exc.c | 60 (current_ir >> ((current_ir>>opclass & twobits)==1 ? df : fmt) & twobits) 93 unsigned int current_ir, excp; in decode_fpu() local 136 current_ir = Excp_instr(exception_index); in decode_fpu() 155 excp = fpudispatch(current_ir,excptype,0,Fpu_register); in decode_fpu() 170 Set_exceptiontype_and_instr_field(excp,current_ir, in decode_fpu() 210 target = current_ir & fivebits; in decode_fpu() 288 target = current_ir & fivebits; in decode_fpu()
|
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | decode_exc.c | 60 (current_ir >> ((current_ir>>opclass & twobits) == 1 ? df : fmtbits) & twobits) 93 unsigned int current_ir, excp; in decode_fpu() local 136 current_ir = Excp_instr(exception_index); in decode_fpu() 155 excp = fpudispatch(current_ir,excptype,0,Fpu_register); in decode_fpu() 170 Set_exceptiontype_and_instr_field(excp,current_ir, in decode_fpu() 210 target = current_ir & fivebits; in decode_fpu() 288 target = current_ir & fivebits; in decode_fpu()
|
Completed in 2 milliseconds