Home
last modified time | relevance | path

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

/linux/arch/m68k/fpsp040/
H A Dbugfix.S191 | Check for opclass 0. If not, go and check for opclass 2 and sgl.
194 andiw #0xE000,%d0 |strip all but opclass
195 bne op2sgl |not opclass 0, check op2
222 | We have the opclass 0 situation.
233 bfins %d0,CMDREG1B(%a6){#0:#6} |opclass 2, extended
327 bfins %d0,CMDREG1B(%a6){#0:#6} |opclass 2, extended
348 | Check for opclass 2 and single size. If not both, exit.
352 andiw #0xFC00,%d0 |strip all but opclass and size
353 cmpiw #0x4400,%d0 |test for opclass 2 and size=sgl
451 | We have the opclass 2 single source situation.
[all …]
H A Dutil.S159 | This entry point used by x_ovfl. (opclass 3 only)
324 | case opclass = 011 (move out)
327 | case opclass = 0x0
344 bsr g_opcls |get opclass in d0{2:0}
345 cmpw #0x0003,%d0 |check for opclass 011
349 | For move out instructions (opclass 011) the destination format
420 | g_opcls --- put opclass in d0{2:0}
426 clrl %d0 |if E3, only opclass 0x0 is possible
430 bfextu %d0{#0:#3},%d0 |shift opclass bits d0{31:29} to d0{2:0}
H A Dx_store.S79 bsrl g_opcls |returns opclass in d0
81 beq opc011 |branch if opclass 3
H A Dget_op.S9 | determines the opclass (0, 2, or 3) and branches to the
10 | opclass handler routine. See 68881/2 User's Manual table 4-11
H A Dx_unfl.S214 bsrl g_opcls |returns opclass in d0{2:0}
H A Dfpsp.h179 .set direction_bit,5 | bit 0 in opclass
H A Ddo_func.S69 bfextu CMDREG1B(%a6){#0:#6},%d0 |get opclass and src fields
H A Dres_func.S85 | At this point, only opclass 0 and 2 possible
/linux/arch/parisc/math-emu/
H A Ddecode_exc.c48 #define opclass 9 /* bits 21 & 22 */ macro
60 (current_ir >> ((current_ir>>opclass & twobits) == 1 ? df : fmtbits) & twobits)
/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1241 # Separate opclass three (fpn-to-mem) ops since they have a different
1246 # Separate packed opclass two instructions.
1425 # If the input operand to this operation was opclass two and a single
1431 bfextu EXC_CMDREG(%a6){&0:&6},%d0 # extract opclass,src fmt
1721 # underflow can happen for extended precision. extended precision opclass
2038 # The opclass two PACKED instruction that took an "Unimplemented Data Type"
2076 # unlike other opclass 3, unimplemented data type exceptions, packed must be
2374 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
2377 # tbl_unsupp - add of table of emulation routines for opclass 0,2 #
3074 # _dmem_write_{byte,word,long}() - store data to mem (opclass 3) #
[all …]
H A Dfpsp.S1242 # Separate opclass three (fpn-to-mem) ops since they have a different
1247 # Separate packed opclass two instructions.
1426 # If the input operand to this operation was opclass two and a single
1432 bfextu EXC_CMDREG(%a6){&0:&6},%d0 # extract opclass,src fmt
1722 # underflow can happen for extended precision. extended precision opclass
2039 # The opclass two PACKED instruction that took an "Unimplemented Data Type"
2077 # unlike other opclass 3, unimplemented data type exceptions, packed must be
2375 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
2378 # tbl_unsupp - add of table of emulation routines for opclass 0,2 #
3075 # _dmem_write_{byte,word,long}() - store data to mem (opclass 3) #
[all …]
/linux/arch/m68k/ifpsp060/
H A DCHANGES41 3) For an opclass three FP instruction where the effective addressing