how to mention wrap address mode in the opencl 1.1

I found the following addressing mode in 1.1

  1. CL_ADDRESS_MIRRORED_REPEAT
  2. CL_ADDRESS_REPEAT
  3. CL_ADDRESS_CLAMP_TO_EDGE
  4. CL_ADDRESS_CLAMP
  5. CL_ADDRESS_NONE

Does any of the above mention the wrap address mode ?

Thanks