Searched refs:cop0 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug-remote.c68 (context->cop0.debug & 0x1) && /* Single stepping */
69 !(context->cop0.debug & 0x1e) && /* Did not hit a breakpoint */
70 ((context->cop0.status & 0x2) || cvmx_interrupt_in_isr))
H A Dcvmx-debug.h123 } cop0; member in struct:__anon8462
126 F(cop0.index); \
127 F(cop0.entrylo[0]); \
128 F(cop0.entrylo[1]); \
129 F(cop0.entryhi); \
130 F(cop0.pagemask); \
131 F(cop0.status); \
132 F(cop0.badvaddr); \
133 F(cop0.cause); \
134 F(cop0
[all...]
H A Dcvmx-debug.c491 case 32: return &context->cop0.status;
494 case 35: return &context->cop0.badvaddr;
495 case 36: return &context->cop0.cause;
496 case 37: return &context->cop0.depc;
610 context->cop0.perfctrl[perf_counter] = control.u32;
864 context->cop0.perfval[counter] = 0;
876 c.u32 = context->cop0.perfctrl[counter];
877 cvmx_debug_int64_to_strhex(outpacket, context->cop0.perfval[counter]);
1129 context->cop0.multicoredebug |= 1;
1202 if (!state.step_isr && (cvmx_interrupt_in_isr || (context->cop0
[all...]
H A Dcvmx-asm.h336 // some new cop0-like stuff
581 #define CVMX_MF_COP0(val, cop0) asm volatile ("dmfc0 %[rt]," VASTR(cop0) : [rt] "=d" (val));
582 #define CVMX_MT_COP0(val, cop0) asm volatile ("dmtc0 %[rt]," VASTR(cop0) : : [rt] "d" (val));
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c2119 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp);
2121 if (expand_twoval_unop (unoptab, cop0, t0, t1, unsignedp))
2243 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp);
2246 if (expand_twoval_binop (binoptab, cop0, cop1,
2111 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp); local
2234 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp); local
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c12028 rtx x, cop0, cop1;
12030 cop0 = operands[4];
12057 x = cop0, cop0 = cop1, cop1 = x;
12068 cop0 = force_reg (mode, cop0);
12078 emit_insn (gen_subv4si3 (t1, cop0, cop1));
12086 emit_insn (gen_andv4si3 (t2, cop0, mask));
12102 gen_rtx_US_MINUS (mode, cop0, cop1)));
12112 cop0
12003 rtx x, cop0, cop1; local
[all...]

Completed in 147 milliseconds