Searched refs:OR_BYTE (Results 1 – 14 of 14) sorted by relevance
/dports/lang/ruby26/ruby-2.6.9/ |
H A D | siphash.c | 429 #define OR_BYTE(n) (last |= ((uint64_t) end[n]) << ((n) * 8)) in sip_hash13() macro 433 #define OR_BYTE(n) do { \ in sip_hash13() macro 443 OR_BYTE(6); in sip_hash13() 445 OR_BYTE(5); in sip_hash13() 447 OR_BYTE(4); in sip_hash13() 457 OR_BYTE(3); in sip_hash13() 460 OR_BYTE(2); in sip_hash13() 462 OR_BYTE(1); in sip_hash13() 464 OR_BYTE(0); in sip_hash13()
|
/dports/emulators/xcpc/xcpc-20070122/src/dev/ |
H A D | z80cpu_opcode_XX.h | 52 case OR_BYTE: I=RdZ80(PC_W++);M_IOR(I);break;
|
H A D | z80cpu_opcode.h | 49 case OR_BYTE: I=RdZ80(PC_W++);M_IOR(I);break;
|
H A D | z80cpu_tables.h | 926 RET_P,POP_AF,JP_P,DI,CALL_P,PUSH_AF,OR_BYTE,RST30, enumerator
|
/dports/devel/z88dk/z88dk/test/machine/ |
H A D | rcm.patch | 398 RET_P,POP_AF,JP_P,DI,CALL_P,PUSH_AF,OR_BYTE,RST30,
|
/dports/emulators/almostti/AlmostTI-DougMelton-Source/Z80/ |
H A D | Codes.h | 84 case OR_BYTE: I=OpZ80(R->PC.W++);M_OR(I);break;
|
H A D | CodesXX.h | 88 case OR_BYTE: I=OpZ80(R->PC.W++);M_OR(I);break;
|
H A D | Z80.c | 263 RET_P,POP_AF,JP_P,DI,CALL_P,PUSH_AF,OR_BYTE,RST30, enumerator
|
/dports/emulators/darcnes/darcnes/ |
H A D | mz80opc1.h | 86 case OR_BYTE: I=OpZ80(R);M_OR(I);break;
|
H A D | mz80opc5.h | 90 case OR_BYTE: I=OpZ80(R);M_OR(I);break;
|
H A D | mz80.c | 726 RET_P,POP_AF,JP_P,DI,CALL_P,PUSH_AF,OR_BYTE,RST30, enumerator
|
/dports/games/libretro-fmsx/fmsx-libretro-c2c26b1/Z80/ |
H A D | Codes.h | 84 case OR_BYTE: I=OpZ80(R->PC.W++);M_OR(I);break;
|
H A D | CodesXX.h | 88 case OR_BYTE: I=OpZ80(R->PC.W++);M_OR(I);break;
|
H A D | Z80.c | 265 RET_P,POP_AF,JP_P,DI,CALL_P,PUSH_AF,OR_BYTE,RST30, enumerator
|