Home
last modified time | relevance | path

Searched refs:OP_TST (Results 1 – 20 of 20) sorted by relevance

/dports/games/libretro-mu/Mu-ff746b8/include/armv5te/
H A Dcpudefs.h140 OP_TST, enumerator
/dports/games/libretro-mu/Mu-ff746b8/src/armv5te/
H A Darm_interpreter.cpp405 case OP_TST: res = left & right; break; in do_arm_instruction()
415 if(i.data_proc.op < OP_TST || i.data_proc.op > OP_CMN) in do_arm_instruction()
H A Dtranslate_aarch64.cpp397 || i.data_proc.op == OP_TST in translate()
474 if(i.data_proc.op < OP_TST || i.data_proc.op > OP_CMP) in translate()
H A Dtranslate_arm.cpp786 if(i.data_proc.op < OP_TST || i.data_proc.op > OP_CMN) in translate()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A Dthumb_tabdef.inc303 OP_TST, //01 0000 1000
H A Darm_instructions.cc1588 #define OP_TST(a) \ macro
1601 OP_TST(1); in OP_TST_LSL_IMM()
1608 OP_TST(2); in OP_TST_LSL_REG()
1615 OP_TST(1); in OP_TST_LSR_IMM()
1622 OP_TST(2); in OP_TST_LSR_REG()
1629 OP_TST(1); in OP_TST_ASR_IMM()
1636 OP_TST(2); in OP_TST_ASR_REG()
1643 OP_TST(1); in OP_TST_ROR_IMM()
1650 OP_TST(2); in OP_TST_ROR_REG()
1657 OP_TST(1); in OP_TST_IMM_VAL()
H A Dthumb_instructions.cc401 static u32 FASTCALL OP_TST(armcpu_t *cpu) in OP_TST() function
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darm_instructions.cpp1472 #define OP_TST(a) \ macro
1484 OP_TST(1); in OP_TST_LSL_IMM()
1490 OP_TST(2); in OP_TST_LSL_REG()
1496 OP_TST(1); in OP_TST_LSR_IMM()
1502 OP_TST(2); in OP_TST_LSR_REG()
1508 OP_TST(1); in OP_TST_ASR_IMM()
1514 OP_TST(2); in OP_TST_ASR_REG()
1520 OP_TST(1); in OP_TST_ROR_IMM()
1526 OP_TST(2); in OP_TST_ROR_REG()
1532 OP_TST(1); in OP_TST_IMM_VAL()
H A Dthumb_tabdef.inc298 /* 01 0000 1000 */ TABDECL(OP_TST), // OP_TST
H A Dthumb_instructions.cpp527 TEMPLATE static u32 FASTCALL OP_TST(const u32 i) in OP_TST() function
H A DDisassembler.cpp3476 static char * OP_TST(u32 adr, u32 i, char * txt) in OP_TST() function
H A Darm_jit.cpp3479 static int OP_TST(const u32 i) in OP_TST() function
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/dreamcast/sh2rec/
H A Dsh2rec.c96 #define OP_TST 0x2008 macro
2373 emitALU(b, R5, R5, OP_TST); /* T <- 1 if byte == 0, 0 otherwise */ in generateTAS()
2421 generateCOMP(inst, b, OP_TST); in generateTST()
2454 emitALU(b, R3, R5, OP_TST); /* T <- 1 if (R5 & imm) == 0, 0 otherwise */ in generateTSTM()
/dports/lang/nbc/NXT/
H A DuNXTConstants.pas73 OP_TST = $12;
H A DuNXTClasses.pas815 ( Encoding: OP_TST ; CCType: 1; Arity: 2; Name: 'tst'; ),
945 ( Encoding: OP_TST ; CCType: 1; Arity: 2; Name: 'tst'; ),
1688 OP_CMP, OP_TST, OP_CMPSET, OP_TSTSET,
5351 OP_CMP, OP_TST, OP_CMPSET, OP_TSTSET : begin
5618 if AL.Command in [OP_CMP, OP_TST, OP_CMPSET, OP_TSTSET, OP_BRCMP, OP_BRTST] then
5832 OP_CMP, OP_TST, OP_CMPSET, OP_TSTSET, OP_BRCMP, OP_BRTST : begin
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBA-arm.cpp640 #define OP_TST \ macro
1025 #ifndef OP_TST
1026 #define OP_TST \ macro
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Darm-new.h1021 #define OP_TST \ macro
3140 LOGICAL_DATA_OPCODE(OP_TST, OP_TST, 0x110);
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A Darm.cpp269 #define OP_TST \ in RunARM() macro
3078 LOGICAL_DATA_OPCODE(OP_TST, OP_TST, 0x110); in RunARM()
/dports/emulators/mednafen/mednafen/src/gba/
H A Darm.cpp272 #define OP_TST \ in RunARM() macro
3081 LOGICAL_DATA_OPCODE(OP_TST, OP_TST, 0x110); in RunARM()
/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dgba.cpp2946 #ifndef OP_TST
2947 #define OP_TST \ macro