Home
last modified time | relevance | path

Searched defs:insn_st (Results 1 – 8 of 8) sorted by relevance

/dports/games/tycho/species/
H A Dexhaust.h57 typedef struct insn_st { struct
59 field_t a, b; /* a-value, b-value */
61 OPCODE opcode() const { return (OPCODE)((in >> opPOS) & opMASK); } in opcode()
62 MODIFIER modifier() const { return (MODIFIER)((in >> moPOS) & moMASK); } in modifier()
63 unsigned opcode_modifier() const { return (in >> moPOS); } in opcode_modifier()
71 unsigned flags() const { return (in >> flPOS); } in flags()
72 bool has_flags() const { return (in > iMASK); } in has_flags()
73 bool has_no_flags() const { return !has_flags(); } in has_no_flags()
74 void invalidate() { in invalidate()
96 void set_clear() { in = OP(DAT,mF,DIRECT,DIRECT); a = 0; b = 0; } in set_clear()
[all …]
/dports/games/species/species/
H A Dexhaust.h57 typedef struct insn_st { struct
59 field_t a, b; /* a-value, b-value */
61 OPCODE opcode() const { return (OPCODE)((in >> opPOS) & opMASK); } in opcode()
62 MODIFIER modifier() const { return (MODIFIER)((in >> moPOS) & moMASK); } in modifier()
63 unsigned opcode_modifier() const { return (in >> moPOS); } in opcode_modifier()
71 unsigned flags() const { return (in >> flPOS); } in flags()
72 bool has_flags() const { return (in > iMASK); } in has_flags()
73 bool has_no_flags() const { return !has_flags(); } in has_no_flags()
74 void invalidate() { in invalidate()
96 void set_clear() { in = OP(DAT,mF,DIRECT,DIRECT); a = 0; b = 0; } in set_clear()
[all …]
/dports/games/fmars/fmars-0.0.207/
H A Dexhaust.h30 typedef struct insn_st struct
32 field_t a, b; /* a-value, b-value */
33 u16_t i; /* flags, opcode, modifier, a- and b-modes */
/dports/games/tycho/tycho/
H A Dexhaust.h55 typedef struct insn_st { struct
56 u16_t in; /* flags, opcode, modifier, a- and b-modes */
57 field_t a, b; /* a-value, b-value */
/dports/games/species/tycho/
H A Dexhaust.h55 typedef struct insn_st { struct
56 u16_t in; /* flags, opcode, modifier, a- and b-modes */
57 field_t a, b; /* a-value, b-value */
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dexhaust.h55 typedef struct insn_st { struct
56 u16_t in; /* flags, opcode, modifier, a- and b-modes */
57 field_t a, b; /* a-value, b-value */
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dexhaust.h55 typedef struct insn_st { struct
56 field_t a, b; /* a-value, b-value */
57 u16_t in; /* flags, opcode, modifier, a- and b-modes */
/dports/games/exhaust/exhaust-1.9.2/
H A Dexhaust.h55 typedef struct insn_st { struct
56 u16_t in; /* flags, opcode, modifier, a- and b-modes */
57 field_t a, b; /* a-value, b-value */