Searched refs:SPE_CONST_OFFSET_OK (Results 1 – 3 of 3) sorted by relevance
2794 #define SPE_CONST_OFFSET_OK(x) (((x) & ~0xf8) == 0) macro2830 return SPE_CONST_OFFSET_OK (offset); in rs6000_legitimate_offset_address_p()2834 return SPE_CONST_OFFSET_OK (offset); in rs6000_legitimate_offset_address_p()2843 return SPE_CONST_OFFSET_OK (offset); in rs6000_legitimate_offset_address_p()3044 || !SPE_CONST_OFFSET_OK (INTVAL (op2)))) in rs6000_legitimize_address()14230 && !SPE_CONST_OFFSET_OK (offset))) in emit_frame_save()14597 if (!SPE_CONST_OFFSET_OK (offset)) in rs6000_emit_prologue()15236 if (!SPE_CONST_OFFSET_OK (offset)) in rs6000_emit_epilogue()
24067 (SPE_CONST_OFFSET_OK): Move from rs6000.h.24077 (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
12388 (SPE_CONST_OFFSET_OK): New.