Lines Matching defs:sval
92 unsigned short sval;
128 if (ufetch_short((void *)(insn.is_pc), &sval)) {
133 if ((sval & 0xf000) != 0xf000) {
135 __func__, sval));
139 if ((sval & 0x0E00) != 0x0200) {
140 DPRINTF(("%s: bad coproc. id: opcode=0x%x\n", __func__, sval));
144 insn.is_opcode = sval;
145 optype = (sval & 0x01C0);
147 if (ufetch_short((void *)(insn.is_pc + 2), &sval)) {
151 insn.is_word1 = sval;
164 if ((sval & 0x8000)) {
165 if ((sval & 0x4000)) {
173 if ((sval & 0xe000) == 0x6000) {
177 } else if ((sval & 0xfc00) == 0x5c00) {
181 } else if ((sval & 0xa07f) == 0x26) {
1063 unsigned short sval;
1083 &sval)) {
1088 displ = sval;
1155 unsigned short sval;
1164 &sval)) {
1168 word2 = sval;