Home
last modified time | relevance | path

Searched refs:PUSH_BYTE (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/graphite2/graphite2-1.3.14/tests/vm/
H A Dbasic_test.cpp17 PUSH_BYTE, 43,
18 PUSH_BYTE, 42,
20 PUSH_BYTE, 11, PUSH_BYTE, 13, ADD,
21 PUSH_BYTE, 4, SUB,
/dports/emulators/darcnes/darcnes/
H A Dcpu6502.c89 PUSH_BYTE(context, context->pc >> 8); in cpu6502_irq()
90 PUSH_BYTE(context, context->pc & 0xff); in cpu6502_irq()
91 PUSH_BYTE(context, (GET_FLAGS(context)) & ~FLAG_B); in cpu6502_irq()
104 PUSH_BYTE(context, context->pc >> 8); in cpu6502_nmi()
105 PUSH_BYTE(context, context->pc & 0xff); in cpu6502_nmi()
106 PUSH_BYTE(context, (GET_FLAGS(context)) & ~FLAG_B); in cpu6502_nmi()
H A Dcpu6280.c109 PUSH_BYTE(context, context->pc >> 8); in cal_cpu6280_irq()
110 PUSH_BYTE(context, context->pc & 0xff); in cal_cpu6280_irq()
111 PUSH_BYTE(context, GET_FLAGS(context) & ~FLAG_B); in cal_cpu6280_irq()
H A Dcpu6280int.h74 #define PUSH_BYTE(context, data) context->zpage[0x100 | context->reg_s--] = data macro
H A Dcpu6502int.h69 #define PUSH_BYTE(context, data) context->zpage[0x100 | context->reg_s--] = data macro
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dpmask.c100 #define PUSH_BYTE(word,byte) ((word) = (word<<8) | (byte)) macro
154 PUSH_BYTE(w, src[i]); in init_deserialize_pmask()
158 PUSH_BYTE(h, src[i]); in init_deserialize_pmask()
174 if ((int)(j*sizeof(MASK_WORD_TYPE)+i) >= bytes) PUSH_BYTE(tmp,0); in init_deserialize_pmask()
175 else PUSH_BYTE(tmp, src[base+i]); in init_deserialize_pmask()
195 PUSH_BYTE(w, src[i]); in create_deserialize_pmask()
199 PUSH_BYTE(h, src[i]); in create_deserialize_pmask()
216 if ((int)(j*sizeof(MASK_WORD_TYPE)+i) >= bytes) PUSH_BYTE(tmp,0); in create_deserialize_pmask()
217 else PUSH_BYTE(tmp, src[base+i]); in create_deserialize_pmask()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sm8500/
H A Dsm8500.cpp233 #define PUSH_BYTE(X) m_SP--; \ macro
245 PUSH_BYTE( m_PC & 0xFF ); in take_interrupt()
246 PUSH_BYTE( m_PC >> 8 ); in take_interrupt()
248 PUSH_BYTE( m_PS1 ); in take_interrupt()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sm8500/
H A Dsm8500.cpp233 #define PUSH_BYTE(X) m_SP--; \ macro
245 PUSH_BYTE( m_PC & 0xFF ); in take_interrupt()
246 PUSH_BYTE( m_PC >> 8 ); in take_interrupt()
248 PUSH_BYTE( m_PS1 ); in take_interrupt()
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/inc/
H A DMachine.h87 PUSH_BYTE, PUSH_BYTEU, PUSH_SHORT, PUSH_SHORTU, PUSH_LONG, enumerator
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/inc/
H A DMachine.h87 PUSH_BYTE, PUSH_BYTEU, PUSH_SHORT, PUSH_SHORTU, PUSH_LONG, enumerator
/dports/graphics/graphite2/graphite2-1.3.14/src/inc/
H A DMachine.h87 PUSH_BYTE, PUSH_BYTEU, PUSH_SHORT, PUSH_SHORTU, PUSH_LONG, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/inc/
H A DMachine.h87 PUSH_BYTE, PUSH_BYTEU, PUSH_SHORT, PUSH_SHORTU, PUSH_LONG, enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/inc/
H A DMachine.h79 PUSH_BYTE, PUSH_BYTEU, PUSH_SHORT, PUSH_SHORTU, PUSH_LONG, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/inc/
H A DMachine.h87 PUSH_BYTE, PUSH_BYTEU, PUSH_SHORT, PUSH_SHORTU, PUSH_LONG, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/inc/
H A DMachine.h87 PUSH_BYTE, PUSH_BYTEU, PUSH_SHORT, PUSH_SHORTU, PUSH_LONG, enumerator
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_pack.c402 #define PUSH_BYTE(utf8, s, byte) \ macro
2457 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2472 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2482 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2532 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2551 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2557 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2576 PUSH_BYTE(utf8, cur, (U8)(aiv & 0xff)); in S_pack_rec()
2591 PUSH_BYTE(utf8, cur, (U8)(aiv & 0xff)); in S_pack_rec()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_pack.c402 #define PUSH_BYTE(utf8, s, byte) \ macro
2463 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2478 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2488 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2538 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2557 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2563 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2582 PUSH_BYTE(utf8, cur, (U8)aiv); in S_pack_rec()
2597 PUSH_BYTE(utf8, cur, (U8)aiv); in S_pack_rec()
/dports/lang/perl5.30/perl-5.30.3/
H A Dpp_pack.c401 #define PUSH_BYTE(utf8, s, byte) \ macro
2458 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2473 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2483 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2533 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2552 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2558 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2577 PUSH_BYTE(utf8, cur, (U8)(aiv & 0xff)); in S_pack_rec()
2592 PUSH_BYTE(utf8, cur, (U8)(aiv & 0xff)); in S_pack_rec()
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp_pack.c402 #define PUSH_BYTE(utf8, s, byte) \ macro
2459 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2474 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2484 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2534 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2553 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2559 PUSH_BYTE(utf8, cur, bits); in S_pack_rec()
2578 PUSH_BYTE(utf8, cur, (U8)(aiv & 0xff)); in S_pack_rec()
2593 PUSH_BYTE(utf8, cur, (U8)(aiv & 0xff)); in S_pack_rec()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A DCode.cpp283 case PUSH_BYTE : in fetch_opcode()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A DCode.cpp279 case PUSH_BYTE : in fetch_opcode()
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/
H A DCode.cpp284 case PUSH_BYTE : in fetch_opcode()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/
H A DCode.cpp284 case PUSH_BYTE : in fetch_opcode()
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A DCode.cpp284 case PUSH_BYTE : in fetch_opcode()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/
H A DCode.cpp284 case PUSH_BYTE : in fetch_opcode()

12