Home
last modified time | relevance | path

Searched refs:REG_CP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.h48 #define REG_CP 0x04 /* coprocessor registers (v8) */ macro
H A Ddis_sparc_fmt.c1253 int flags = FLG_P1(REG_CP)|FLG_P2(REG_CP)|FLG_NOIMM|FLG_P3(REG_CP); in fmt_cpop()
2299 case REG_CP: in get_regname()
H A Ddis_sparc_instr.c362 INST("ld", V8, FLG_RD(REG_CP)),
365 INST("ldd", V8, FLG_RD(REG_CP)),
367 INST("st", V8, FLG_STORE|FLG_RD(REG_CP)),
370 INST("std", V8, FLG_STORE|FLG_RD(REG_CP)),