Searched refs:TXDEFR_FPE_FE_BITS (Results 1 – 2 of 2) sorted by relevance
/arch/metag/tbx/ |
D | tbictxfpu.S | 64 AND D0Re0, D0Re0, #LO(TXDEFR_FPE_FE_BITS>>8) 145 ANDT D1Re0, D1Re0, #HI(TXDEFR_FPE_FE_BITS|TXDEFR_FPE_ICTRL_BITS) 146 AND D1Ar5, D1Ar5, #LO(TXDEFR_FPE_FE_BITS|TXDEFR_FPE_ICTRL_BITS) 150 ANDMT D1Ar5, D1Ar5, #HI(~(TXDEFR_FPE_FE_BITS|TXDEFR_FPE_ICTRL_BITS)) 151 ANDMB D1Ar5, D1Ar5, #LO(~(TXDEFR_FPE_FE_BITS|TXDEFR_FPE_ICTRL_BITS))
|
/arch/metag/include/asm/ |
D | metag_regs.h | 666 #define TXDEFR_FPE_FE_BITS 0x003F0000 /* Set by FPU_FE events */ macro
|