Searched refs:P3 (Results 1 – 3 of 3) sorted by relevance
/qemu/target/hexagon/ |
H A D | attribs_def.h.inc | 113 DEF_ATTRIB(IMPLICIT_WRITES_P3, "May write Predicate 3", "", "UREG.P3") 118 DEF_ATTRIB(IMPLICIT_READS_P3, "Reads the P3 register", "", "")
|
/qemu/target/hexagon/idef-parser/ |
H A D | macros.h.inc | 106 #define fWRITE_P3(VAL) P3 = VAL;
|
/qemu/disas/ |
H A D | mips.c | 1186 #define P3 INSN_4650 macro 2548 {"mad", "s,t", 0x70000000, 0xfc00ffff, RD_s|RD_t|MOD_HILO, 0, P3 }, 2549 {"madu", "s,t", 0x70000001, 0xfc00ffff, RD_s|RD_t|MOD_HILO, 0, P3 }, 2699 {"mul", "d,v,t", 0x70000002, 0xfc0007ff, WR_d|RD_s|RD_t|WR_HILO, 0, I32|P3|N55},
|