Home
last modified time | relevance | path

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

/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dvm_ppc.c126 PPC_CMPL = 0x7c000040, enumerator
773 Inst( PPC_CMPL, 0, R_SECOND, R_TOP ); in VM_Compile()
788 Inst( PPC_CMPL, 0, R_SECOND, R_TOP ); in VM_Compile()
803 Inst( PPC_CMPL, 0, R_SECOND, R_TOP ); in VM_Compile()
818 Inst( PPC_CMPL, 0, R_SECOND, R_TOP ); in VM_Compile()
H A Dvm_ppc_new.c249 PPC_CMPL = 0x7c000040, enumerator
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dvm_ppc.c251 PPC_CMPL = 0x7c000040, enumerator
1112 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1136 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1160 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1184 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dvm_ppc.c251 PPC_CMPL = 0x7c000040, enumerator
1112 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1136 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1160 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1184 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dvm_ppc.c251 PPC_CMPL = 0x7c000040, enumerator
1112 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1136 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1160 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1184 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
/dports/games/evq3/evq3/code/qcommon/
H A Dvm_ppc.c251 PPC_CMPL = 0x7c000040, enumerator
1112 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1136 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1160 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
1184 …Inst( "cmpl", PPC_CMPL, 0, opStackIntRegisters[opStackDepth-2], opStackIntRegisters[opStackDepth-1… in VM_Compile()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bnlib/
H A Dppcasm.h309 #define PPC_CMPL(cr,a,b) PPC_TYPE31(32,(cr)<<2,a,b) macro