Searched refs:REG_CP (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | dis_sparc_fmt.h | 48 #define REG_CP 0x04 /* coprocessor registers (v8) */ macro
|
H A D | dis_sparc_fmt.c | 1253 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 D | dis_sparc_instr.c | 362 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)),
|