Searched refs:memop_alignment_bits (Results 1 – 11 of 11) sorted by relevance
173 static inline unsigned memop_alignment_bits(MemOp memop) in memop_alignment_bits() function
345 if (address & ((1 << memop_alignment_bits(memop)) - 1)) { in arm_cpu_tlb_fill_align()
297 desc = FIELD_DP32(desc, MTEDESC, ALIGN, memop_alignment_bits(memop)); in gen_mte_check1_mmuidx()329 desc = FIELD_DP32(desc, MTEDESC, ALIGN, memop_alignment_bits(single_mop)); in gen_mte_checkN()
48 unsigned a_bits = memop_alignment_bits(op); in tcg_canonicalize_memop()562 check_max_alignment(memop_alignment_bits(memop)); in tcg_gen_qemu_ld_i128_int()679 check_max_alignment(memop_alignment_bits(memop)); in tcg_gen_qemu_st_i128_int()
5508 MemOp align = memop_alignment_bits(opc); in atom_and_align_for_opc()
957 int a_bits = memop_alignment_bits(mop); in cpu_mmu_lookup()1239 int a_bits = memop_alignment_bits(mop); in atomic_mmu_lookup()
1244 if (addr & ((1u << memop_alignment_bits(memop)) - 1)) { in tlb_fill_align()1663 int a_bits = memop_alignment_bits(memop); in mmu_lookup1()1849 if (!did_tlb_fill && (addr & ((1 << memop_alignment_bits(mop)) - 1))) { in atomic_mmu_lookup()
327 if (addr & ((1u << memop_alignment_bits(mop)) - 1)) { in hppa_get_physical_address()
1590 if (memop_alignment_bits(opc) >= MO_64) {1694 if (memop_alignment_bits(opc) >= MO_64) {
1136 if (s_bits != memop_alignment_bits(opc)) {
524 tcg_gen_andi_i32(addr, addr, ~0 << memop_alignment_bits(mop)); in gen_load_store_alignment()