Home
last modified time | relevance | path

Searched refs:y_field (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/parisc/math-emu/
Dfpudispatch.c1414 update_status_cbit(status, new_status, fpu_type, y_field) in update_status_cbit() argument
1417 u_int y_field;
1428 if (y_field == 0) {
1434 ((new_status & 0x04000000) >> (y_field+4)) |
1436 ~(0x04000000 >> (y_field+4)));