Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c153 enum cc_type cc) /* FSR condition code field from fcc[0-3] */ in fmovcc_fcc()
268 enum cc_type cc) /* CCR condition code field from tstate */ in fmovcc_icc()
385 enum cc_type opf_cc; in fmovcc()
387 opf_cc = (enum cc_type) ((inst.ibit << 2) | (inst.opcode >> 4)); in fmovcc()
483 enum cc_type cc; in movcc()
492 cc = (enum cc_type) (pinst.opcode >> 0x4) & 3; in movcc()
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h65 enum cc_type { /* icc/fcc number */ enum