Lines Matching refs:coproc_reg
696 void cop_lw PARAMS ((SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg, …
697 void cop_ld PARAMS ((SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg, …
698 … int cop_sw PARAMS ((SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg));
699 uword64 cop_sd PARAMS ((SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg…
701 #define COP_LW(coproc_num,coproc_reg,memword) \ argument
702 cop_lw (SD, CPU, cia, coproc_num, coproc_reg, memword)
703 #define COP_LD(coproc_num,coproc_reg,memword) \ argument
704 cop_ld (SD, CPU, cia, coproc_num, coproc_reg, memword)
705 #define COP_SW(coproc_num,coproc_reg) \ argument
706 cop_sw (SD, CPU, cia, coproc_num, coproc_reg)
707 #define COP_SD(coproc_num,coproc_reg) \ argument
708 cop_sd (SD, CPU, cia, coproc_num, coproc_reg)