Searched refs:OPMSK (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/mdb/tools/findfp/sparc/ |
H A D | findfp.c | 49 #define OPMSK 0xC0000000 macro 62 { OPMSK|OP2MSK, OP(0) | OP2(5), "FBPfcc" }, 63 { OPMSK|OP2MSK, OP(0) | OP2(6), "FBfcc" }, 64 { OPMSK|OP3MSK, OP(2) | OP3(0x34), "FPop1" }, 65 { OPMSK|OP3MSK, OP(2) | OP3(0x35), "FPop2" }, 66 { OPMSK|OP3(0x38), OP(3) | OP3(0x20), "FPldst1" }, 67 { OPMSK|OP3(0x38), OP(3) | OP3(0x30), "FPldst2" }
|