Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c158 enum icc_type { in fmovcc_fcc() enum
181 cond = (enum icc_type) (inst.rs1 & 0xf); in fmovcc_fcc()
271 enum icc_type { in fmovcc_icc() enum
294 cond = (enum icc_type) (inst.rs1 & 0xf); in fmovcc_icc()
485 enum icc_type { in movcc() enum
494 cond = (enum icc_type) (pinst.rs1 & 0xf); in movcc()
/illumos-gate/usr/src/uts/sparc/fpu/
H A Diu_simulator.c55 enum icc_type { in fbcc_sim() enum
84 icc = (enum icc_type) (pinst.rd & 0xf); in fbcc_sim()