Searched refs:memsi (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c4101 rtx memsi; /* SI aligned memory location. */
4121 ac->memsi = adjust_address (mem, SImode, 0); /* Memory is aligned. */
4135 ac->memsi = gen_rtx_MEM (SImode, align);
4136 MEM_VOLATILE_P (ac->memsi) = MEM_VOLATILE_P (mem);
4137 set_mem_alias_set (ac->memsi, ALIAS_SET_MEMORY_BARRIER);
4138 set_mem_align (ac->memsi, GET_MODE_BITSIZE (SImode));
4186 val = expand_simple_binop (SImode, AND, ac.memsi, ac.modemaski,
4215 s390_emit_jump (csend, s390_emit_compare_and_swap (EQ, res, ac.memsi,
4267 cmp = force_reg (SImode, ac.memsi);
4311 ac.memsi, cm
4100 rtx memsi; /* SI aligned memory location. */ member in struct:alignment_context
[all...]
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c8889 rtx memsi, val, mask, end_label, loop_label, cc;
8899 memsi = gen_rtx_MEM (SImode, addr);
8900 set_mem_alias_set (memsi, ALIAS_SET_MEMORY_BARRIER);
8901 MEM_VOLATILE_P (memsi) = MEM_VOLATILE_P (mem);
8903 val = force_reg (SImode, memsi);
8949 emit_insn (gen_sync_compare_and_swapsi (res, memsi, oldvalue, newvalue));
8863 rtx memsi, val, mask, end_label, loop_label, cc; local

Completed in 146 milliseconds