Searched refs:JSR (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DLabel.java265 if (opcode <= Opcodes.JSR) {
266 // changes IFEQ ... JSR to opcodes 202 to 217
H A DOpcodes.java261 int JSR = 168; // - field in interface:Opcodes
H A DMethodWriter.java455 // 1, //JSR, // -
818 } else if (opcode == Opcodes.JSR) {
835 * automatically replace GOTO with GOTO_W, JSR with JSR_W and IFxxx
842 } else if (opcode == Opcodes.JSR) {
1558 // 219 to IFEQ ... JSR (inclusive), IFNULL and
1571 || opcode == Opcodes.JSR)
1574 // replace this GOTO or JSR instruction with
1713 // and 219 to IFEQ ... JSR (inclusive), IFNULL and
1722 // replaces GOTO with GOTO_W, JSR with JSR_W and IFxxx
1729 } else if (opcode == Opcodes.JSR) {
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmcore-opc.h25 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator in enum:__anon8073
68 { "jsr", JSR, 0, 0x00D0 },
H A Dmcore-dis.c48 /* JSR */ 0xFFF0,
140 case JSR:
H A Dm88k-dis.c40 {0xf400c800,"jsr ",{0,5,REG} ,NO_OPERAND ,NO_OPERAND , {2,2,NA,JSR , 0,0,1,0,0,0,0,1,0,0,0,0} },
41 {0xf400cc00,"jsr.n ",{0,5,REG} ,NO_OPERAND ,NO_OPERAND , {1,1,NA,JSR , 0,0,1,0,0,0,1,1,0,0,0,0} },
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dm88k.h296 #define JSR STD+1 macro
/macosx-10.10/vim-55/runtime/syntax/
H A Da65.vim55 syn match a65Opcode "\<JSR\($\|\s\)" nextgroup=a65Address

Completed in 94 milliseconds