Searched refs:opclass (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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
[all...]
H A Dutil.S11 | g_opcls: returns the opclass of the float instruction.
88 | This entry point used by x_ovfl. (opclass 0 and 2)
159 | 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
[all...]
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
17 | - For unnormalized numbers (opclass 0, 2, or 3) the
20 | - For a packed number (opclass 2) the number is unpacked and the
23 | - For denormalized numbers (opclass 0 or 2) the number(s) is not
30 | - If there is a move out with a packed number (opclass 3) the
195 bfextu CMDREG1B(%a6){#0:#6},%d0 |get opclass and src fields
379 | CASE opclass 0x0 unsupp
383 | CASE opclass 0x0 unimp
390 | CASE opclass 01
[all...]
H A Dx_unfl.S214 bsrl g_opcls |returns opclass in d0{2:0}
H A Ddo_func.S69 bfextu CMDREG1B(%a6){#0:#6},%d0 |get opclass and src fields
H A Dfpsp.h179 .set direction_bit,5 | bit 0 in opclass
H A Dres_func.S85 | At this point, only opclass 0 and 2 possible
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/math-emu/
H A Ddecode_exc.c61 #define opclass 9 /* bits 21 & 22 */ macro
73 (current_ir >> ((current_ir>>opclass & twobits)==1 ? df : fmt) & twobits)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S588 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
591 # fout() - emulate an opclass 3 instruction #
592 # tbl_unsupp - add of table of emulation routines for opclass 0,2 #
605 # - The fsave frame contains the adjusted src op for opclass 0,2 #
621 # the default result (only if the instruction is opclass 3). For #
629 # Also, in the case of an opclass three instruction where #
828 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
831 # fout() - emulate an opclass 3 instruction #
832 # tbl_unsupp - add of table of emulation routines for opclass 0,2 #
845 # - The fsave frame contains the adjusted src op for opclass
[all...]
H A Dfpsp.S589 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
592 # fout() - emulate an opclass 3 instruction #
593 # tbl_unsupp - add of table of emulation routines for opclass 0,2 #
606 # - The fsave frame contains the adjusted src op for opclass 0,2 #
622 # the default result (only if the instruction is opclass 3). For #
630 # Also, in the case of an opclass three instruction where #
829 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
832 # fout() - emulate an opclass 3 instruction #
833 # tbl_unsupp - add of table of emulation routines for opclass 0,2 #
846 # - The fsave frame contains the adjusted src op for opclass
[all...]

Completed in 168 milliseconds