/src/sys/arch/sh3/sh3/ |
db_trace.c | 262 int i, inst, inst2; variable in typeref:typename:int 321 inst2 = db_get_value(pc, 2, false); 322 if (((inst2 & 0xff0f) == 0x3f08) && 323 ((inst & 0x0f00) == ((inst2 & 0x00f0) << 4))) {
|
db_trace.c | 262 int i, inst, inst2; variable in typeref:typename:int 321 inst2 = db_get_value(pc, 2, false); 322 if (((inst2 & 0xff0f) == 0x3f08) && 323 ((inst & 0x0f00) == ((inst2 & 0x00f0) << 4))) {
|
/src/sys/dev/microcode/siop/ |
ncr53cxxx.c | 106 u_int32_t inst0, inst1, inst2; variable in typeref:typename:u_int32_t 958 script[i++] = inst2; 962 fprintf (listfp, " %08x", inst2); 966 inst0 = inst1 = inst2 = 0; 1461 inst2 = evaluate (tokenix+5);
|
ncr53cxxx.c | 106 u_int32_t inst0, inst1, inst2; variable in typeref:typename:u_int32_t 958 script[i++] = inst2; 962 fprintf (listfp, " %08x", inst2); 966 inst0 = inst1 = inst2 = 0; 1461 inst2 = evaluate (tokenix+5);
|
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativeTILEGX_64.c | 632 struct jit_instr inst2 = inst_buf[2]; local in function:update_buffer 668 inst_buf[2] = inst2; 686 inst_buf[0] = inst2; 706 inst_buf[2] = inst2; 724 inst_buf[1] = inst2;
|
sljitNativeTILEGX_64.c | 632 struct jit_instr inst2 = inst_buf[2]; local in function:update_buffer 668 inst_buf[2] = inst2; 686 inst_buf[0] = inst2; 706 inst_buf[2] = inst2; 724 inst_buf[1] = inst2;
|