Searched refs:JType (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/arch/mips64/include/
H A Dmips_opcode.h62 } JType; member in union:__anon8513
104 } JType; member in union:__anon8513
/openbsd-current/sys/arch/mips64/mips64/
H A Ddb_disasm.c564 insn = op_name[i.JType.op];
566 switch (i.JType.op) {
722 (vaddr_t)(i.JType.target << 2), DB_STGY_PROC, pr);
H A Dtrap.c883 switch ((int)inst.JType.op) {
922 retAddr = (inst.JType.target << 2) | (instPC & ~0x0fffffffUL);
1179 if (i.JType.op == OP_JAL) {
1222 switch (i.JType.op) {
1405 switch (inst.JType.op) {
1504 switch ((int)inst.JType.op) {
H A Dmips64_machdep.c355 switch (inst.JType.op) {

Completed in 70 milliseconds