Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i960.c749 else if (IS_FP_REG (n) && FP_OK (opdesc)) in parse_regop()
774 if (FP_OK (opdesc)) in parse_regop()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Di960.h129 #define FP_OK(od) (od & FP) /* TRUE if floating-point op allowed */ macro