Home | History | Annotate | Download | only in arm

Lines Matching defs:mem_index

848     int mem_index, s_bits;
865 mem_index = *args;
883 * ldr r1 [r0, #(offsetof(CPUState, tlb_table[mem_index][0].addr_read))]
884 * below, the offset is likely to exceed 12 bits if mem_index != 0 and
886 * add r0, r0, #(mem_index * sizeof *CPUState.tlb_table)
889 if (mem_index)
891 (mem_index << (TLB_SHIFT & 1)) |
947 tcg_out_dat_imm(s, cond, ARITH_MOV, 1, 0, mem_index);
952 tcg_out_dat_imm(s, cond, ARITH_MOV, 2, 0, mem_index);
1031 int mem_index, s_bits;
1048 mem_index = *args;
1063 * ldr r1 [r0, #(offsetof(CPUState, tlb_table[mem_index][0].addr_write))]
1064 * below, the offset is likely to exceed 12 bits if mem_index != 0 and
1066 * add r0, r0, #(mem_index * sizeof *CPUState.tlb_table)
1069 if (mem_index)
1071 (mem_index << (TLB_SHIFT & 1)) |
1127 tcg_out_dat_imm(s, cond, ARITH_MOV, 2, 0, mem_index);
1134 tcg_out_dat_imm(s, cond, ARITH_MOV, 2, 0, mem_index);
1140 tcg_out_dat_imm(s, cond, ARITH_MOV, 2, 0, mem_index);
1149 tcg_out_dat_imm(s, cond, ARITH_MOV, 3, 0, mem_index);
1159 tcg_out_dat_imm(s, cond, ARITH_MOV, 3, 0, mem_index);
1166 tcg_out_dat_imm(s, cond, ARITH_MOV, 3, 0, mem_index);
1172 tcg_out_dat_imm(s, cond, ARITH_MOV, 3, 0, mem_index);
1175 tcg_out_dat_imm(s, cond, ARITH_MOV, 8, 0, mem_index);