Home
last modified time | relevance | path

Searched refs:JMP_OPCODE (Results 1 – 5 of 5) sorted by relevance

/dports/devel/dev86/dev86-0.16.20/as/
H A Dopcode.h143 # define JMP_OPCODE 0xE9 macro
155 # define JMP_OPCODE 0x7E macro
H A Dmops.c1105 opcode = JMP_OPCODE; in mbcc()
1142 opcode = JMP_OPCODE; in mcall()
1166 opcode = JMP_OPCODE; in mcall()
1174 if (opcode == JMP_OPCODE) in mcall()
1197 opcode = JMP_OPCODE; in mcall()
1199 if (opcode == JMP_OPCODE) in mcall()
1213 opcode = JMP_OPCODE; in mcall()
1228 lbranch(opcode == JMP_OPCODE ? 0x83 : 0x0); in mcall()
1960 opcode = JMP_OPCODE; in mjcc()
2634 if (pass2 && (opcode == JSR_OPCODE || opcode == JMP_OPCODE) && in do1altind()
H A Dkeywords.c224 2, 'B', 'R', CALL, JMP_OPCODE,
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/hal/
H A DJTAG_defs.h313 #define JMP_OPCODE 0x3C00 // JMP OPCODE macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/assembler/
H A DSH4Assembler.h86 JMP_OPCODE = 0x402b, enumerator
734 case JMP_OPCODE: in branch()
735 oneShortOp(getOpcodeGroup2(JMP_OPCODE, reg)); in branch()
1185 branch(JMP_OPCODE, dst); in jmpReg()
1553 case JMP_OPCODE: