Home
last modified time | relevance | path

Searched refs:PPC_ADD (Results 1 – 7 of 7) sorted by relevance

/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dvm_ppc.c169 PPC_ADD = 0x7c000214, enumerator
932 Inst( PPC_ADD, R_TOP, R_TOP, R_SECOND ); in VM_Compile()
1109 Inst( PPC_ADD, R_TOP, R_TOP, R_MEMBASE ); in VM_Compile()
1111 Inst( PPC_ADD, R_SECOND, R_SECOND, R_MEMBASE ); in VM_Compile()
H A Dvm_ppc_new.c292 PPC_ADD = 0x7c000214, enumerator
1361 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1], op… in VM_Compile()
1659 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-1], opStackIntRegisters[opStackDepth-1], R_… in VM_Compile()
1661 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-2], R_… in VM_Compile()
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dvm_ppc.c294 PPC_ADD = 0x7c000214, enumerator
1363 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1], op… in VM_Compile()
1661 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-1], opStackIntRegisters[opStackDepth-1], R_… in VM_Compile()
1663 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-2], R_… in VM_Compile()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dvm_ppc.c294 PPC_ADD = 0x7c000214, enumerator
1363 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1], op… in VM_Compile()
1661 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-1], opStackIntRegisters[opStackDepth-1], R_… in VM_Compile()
1663 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-2], R_… in VM_Compile()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dvm_ppc.c294 PPC_ADD = 0x7c000214, enumerator
1363 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1], op… in VM_Compile()
1661 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-1], opStackIntRegisters[opStackDepth-1], R_… in VM_Compile()
1663 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-2], R_… in VM_Compile()
/dports/games/evq3/evq3/code/qcommon/
H A Dvm_ppc.c294 PPC_ADD = 0x7c000214, enumerator
1363 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1], op… in VM_Compile()
1661 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-1], opStackIntRegisters[opStackDepth-1], R_… in VM_Compile()
1663 …Inst( "add", PPC_ADD, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-2], R_… in VM_Compile()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bnlib/
H A Dppcasm.h284 #define PPC_ADD(d,a,b) PPC_TYPE31(266,d,a,b) macro