Lines Matching refs:idx
513 static inline void gen_op_lds_T0_A0(int idx)
515 int mem_index = (idx >> 2) - 1;
516 switch(idx & 3) {
530 static inline void gen_op_ld_v(int idx, TCGv t0, TCGv a0)
532 int mem_index = (idx >> 2) - 1;
533 switch(idx & 3) {
554 static inline void gen_op_ld_T0_A0(int idx)
556 gen_op_ld_v(idx, cpu_T[0], cpu_A0);
559 static inline void gen_op_ldu_T0_A0(int idx)
561 gen_op_ld_v(idx, cpu_T[0], cpu_A0);
564 static inline void gen_op_ld_T1_A0(int idx)
566 gen_op_ld_v(idx, cpu_T[1], cpu_A0);
569 static inline void gen_op_st_v(int idx, TCGv t0, TCGv a0)
571 int mem_index = (idx >> 2) - 1;
572 switch(idx & 3) {
592 static inline void gen_op_st_T0_A0(int idx)
594 gen_op_st_v(idx, cpu_T[0], cpu_A0);
597 static inline void gen_op_st_T1_A0(int idx)
599 gen_op_st_v(idx, cpu_T[1], cpu_A0);
2743 static inline void gen_ldq_env_A0(int idx, int offset)
2745 int mem_index = (idx >> 2) - 1;
2750 static inline void gen_stq_env_A0(int idx, int offset)
2752 int mem_index = (idx >> 2) - 1;
2757 static inline void gen_ldo_env_A0(int idx, int offset)
2759 int mem_index = (idx >> 2) - 1;
2767 static inline void gen_sto_env_A0(int idx, int offset)
2769 int mem_index = (idx >> 2) - 1;