ld

  • PTX ISA: ld

ld.global.b8

// ld.global.b8 dest, [addr]; // PTX ISA 10, SM_50
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global(
  const B8* addr);

ld.global.b16

// ld.global.b16 dest, [addr]; // PTX ISA 10, SM_50
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global(
  const B16* addr);

ld.global.b32

// ld.global.b32 dest, [addr]; // PTX ISA 10, SM_50
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global(
  const B32* addr);

ld.global.b64

// ld.global.b64 dest, [addr]; // PTX ISA 10, SM_50
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global(
  const B64* addr);

ld.global.b128

// ld.global.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global(
  const B128* addr);

ld.global.L2::64B.b8

// ld.global.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L2_64B(
  const B8* addr);

ld.global.L2::64B.b16

// ld.global.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L2_64B(
  const B16* addr);

ld.global.L2::64B.b32

// ld.global.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L2_64B(
  const B32* addr);

ld.global.L2::64B.b64

// ld.global.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L2_64B(
  const B64* addr);

ld.global.L2::64B.b128

// ld.global.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L2_64B(
  const B128* addr);

ld.global.L2::128B.b8

// ld.global.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L2_128B(
  const B8* addr);

ld.global.L2::128B.b16

// ld.global.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L2_128B(
  const B16* addr);

ld.global.L2::128B.b32

// ld.global.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L2_128B(
  const B32* addr);

ld.global.L2::128B.b64

// ld.global.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L2_128B(
  const B64* addr);

ld.global.L2::128B.b128

// ld.global.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L2_128B(
  const B128* addr);

ld.global.L2::256B.b8

// ld.global.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L2_256B(
  const B8* addr);

ld.global.L2::256B.b16

// ld.global.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L2_256B(
  const B16* addr);

ld.global.L2::256B.b32

// ld.global.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L2_256B(
  const B32* addr);

ld.global.L2::256B.b64

// ld.global.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L2_256B(
  const B64* addr);

ld.global.L2::256B.b128

// ld.global.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L2_256B(
  const B128* addr);

ld.global.L1::evict_normal.b8

// ld.global.L1::evict_normal.b8 dest, [addr]; // PTX ISA 74, SM_70
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_normal(
  const B8* addr);

ld.global.L1::evict_normal.b16

// ld.global.L1::evict_normal.b16 dest, [addr]; // PTX ISA 74, SM_70
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_normal(
  const B16* addr);

ld.global.L1::evict_normal.b32

// ld.global.L1::evict_normal.b32 dest, [addr]; // PTX ISA 74, SM_70
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_normal(
  const B32* addr);

ld.global.L1::evict_normal.b64

// ld.global.L1::evict_normal.b64 dest, [addr]; // PTX ISA 74, SM_70
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_normal(
  const B64* addr);

ld.global.L1::evict_normal.b128

// ld.global.L1::evict_normal.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_normal(
  const B128* addr);

ld.global.L1::evict_normal.L2::64B.b8

// ld.global.L1::evict_normal.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_normal_L2_64B(
  const B8* addr);

ld.global.L1::evict_normal.L2::64B.b16

// ld.global.L1::evict_normal.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_normal_L2_64B(
  const B16* addr);

ld.global.L1::evict_normal.L2::64B.b32

// ld.global.L1::evict_normal.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_normal_L2_64B(
  const B32* addr);

ld.global.L1::evict_normal.L2::64B.b64

// ld.global.L1::evict_normal.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_normal_L2_64B(
  const B64* addr);

ld.global.L1::evict_normal.L2::64B.b128

// ld.global.L1::evict_normal.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_normal_L2_64B(
  const B128* addr);

ld.global.L1::evict_normal.L2::128B.b8

// ld.global.L1::evict_normal.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_normal_L2_128B(
  const B8* addr);

ld.global.L1::evict_normal.L2::128B.b16

// ld.global.L1::evict_normal.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_normal_L2_128B(
  const B16* addr);

ld.global.L1::evict_normal.L2::128B.b32

// ld.global.L1::evict_normal.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_normal_L2_128B(
  const B32* addr);

ld.global.L1::evict_normal.L2::128B.b64

// ld.global.L1::evict_normal.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_normal_L2_128B(
  const B64* addr);

ld.global.L1::evict_normal.L2::128B.b128

// ld.global.L1::evict_normal.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_normal_L2_128B(
  const B128* addr);

ld.global.L1::evict_normal.L2::256B.b8

// ld.global.L1::evict_normal.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_normal_L2_256B(
  const B8* addr);

ld.global.L1::evict_normal.L2::256B.b16

// ld.global.L1::evict_normal.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_normal_L2_256B(
  const B16* addr);

ld.global.L1::evict_normal.L2::256B.b32

// ld.global.L1::evict_normal.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_normal_L2_256B(
  const B32* addr);

ld.global.L1::evict_normal.L2::256B.b64

// ld.global.L1::evict_normal.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_normal_L2_256B(
  const B64* addr);

ld.global.L1::evict_normal.L2::256B.b128

// ld.global.L1::evict_normal.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_normal_L2_256B(
  const B128* addr);

ld.global.L1::evict_unchanged.b8

// ld.global.L1::evict_unchanged.b8 dest, [addr]; // PTX ISA 74, SM_70
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_unchanged(
  const B8* addr);

ld.global.L1::evict_unchanged.b16

// ld.global.L1::evict_unchanged.b16 dest, [addr]; // PTX ISA 74, SM_70
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_unchanged(
  const B16* addr);

ld.global.L1::evict_unchanged.b32

// ld.global.L1::evict_unchanged.b32 dest, [addr]; // PTX ISA 74, SM_70
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_unchanged(
  const B32* addr);

ld.global.L1::evict_unchanged.b64

// ld.global.L1::evict_unchanged.b64 dest, [addr]; // PTX ISA 74, SM_70
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_unchanged(
  const B64* addr);

ld.global.L1::evict_unchanged.b128

// ld.global.L1::evict_unchanged.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_unchanged(
  const B128* addr);

ld.global.L1::evict_unchanged.L2::64B.b8

// ld.global.L1::evict_unchanged.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_unchanged_L2_64B(
  const B8* addr);

ld.global.L1::evict_unchanged.L2::64B.b16

// ld.global.L1::evict_unchanged.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_unchanged_L2_64B(
  const B16* addr);

ld.global.L1::evict_unchanged.L2::64B.b32

// ld.global.L1::evict_unchanged.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_unchanged_L2_64B(
  const B32* addr);

ld.global.L1::evict_unchanged.L2::64B.b64

// ld.global.L1::evict_unchanged.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_unchanged_L2_64B(
  const B64* addr);

ld.global.L1::evict_unchanged.L2::64B.b128

// ld.global.L1::evict_unchanged.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_unchanged_L2_64B(
  const B128* addr);

ld.global.L1::evict_unchanged.L2::128B.b8

// ld.global.L1::evict_unchanged.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_unchanged_L2_128B(
  const B8* addr);

ld.global.L1::evict_unchanged.L2::128B.b16

// ld.global.L1::evict_unchanged.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_unchanged_L2_128B(
  const B16* addr);

ld.global.L1::evict_unchanged.L2::128B.b32

// ld.global.L1::evict_unchanged.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_unchanged_L2_128B(
  const B32* addr);

ld.global.L1::evict_unchanged.L2::128B.b64

// ld.global.L1::evict_unchanged.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_unchanged_L2_128B(
  const B64* addr);

ld.global.L1::evict_unchanged.L2::128B.b128

// ld.global.L1::evict_unchanged.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_unchanged_L2_128B(
  const B128* addr);

ld.global.L1::evict_unchanged.L2::256B.b8

// ld.global.L1::evict_unchanged.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_unchanged_L2_256B(
  const B8* addr);

ld.global.L1::evict_unchanged.L2::256B.b16

// ld.global.L1::evict_unchanged.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_unchanged_L2_256B(
  const B16* addr);

ld.global.L1::evict_unchanged.L2::256B.b32

// ld.global.L1::evict_unchanged.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_unchanged_L2_256B(
  const B32* addr);

ld.global.L1::evict_unchanged.L2::256B.b64

// ld.global.L1::evict_unchanged.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_unchanged_L2_256B(
  const B64* addr);

ld.global.L1::evict_unchanged.L2::256B.b128

// ld.global.L1::evict_unchanged.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_unchanged_L2_256B(
  const B128* addr);

ld.global.L1::evict_first.b8

// ld.global.L1::evict_first.b8 dest, [addr]; // PTX ISA 74, SM_70
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_first(
  const B8* addr);

ld.global.L1::evict_first.b16

// ld.global.L1::evict_first.b16 dest, [addr]; // PTX ISA 74, SM_70
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_first(
  const B16* addr);

ld.global.L1::evict_first.b32

// ld.global.L1::evict_first.b32 dest, [addr]; // PTX ISA 74, SM_70
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_first(
  const B32* addr);

ld.global.L1::evict_first.b64

// ld.global.L1::evict_first.b64 dest, [addr]; // PTX ISA 74, SM_70
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_first(
  const B64* addr);

ld.global.L1::evict_first.b128

// ld.global.L1::evict_first.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_first(
  const B128* addr);

ld.global.L1::evict_first.L2::64B.b8

// ld.global.L1::evict_first.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_first_L2_64B(
  const B8* addr);

ld.global.L1::evict_first.L2::64B.b16

// ld.global.L1::evict_first.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_first_L2_64B(
  const B16* addr);

ld.global.L1::evict_first.L2::64B.b32

// ld.global.L1::evict_first.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_first_L2_64B(
  const B32* addr);

ld.global.L1::evict_first.L2::64B.b64

// ld.global.L1::evict_first.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_first_L2_64B(
  const B64* addr);

ld.global.L1::evict_first.L2::64B.b128

// ld.global.L1::evict_first.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_first_L2_64B(
  const B128* addr);

ld.global.L1::evict_first.L2::128B.b8

// ld.global.L1::evict_first.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_first_L2_128B(
  const B8* addr);

ld.global.L1::evict_first.L2::128B.b16

// ld.global.L1::evict_first.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_first_L2_128B(
  const B16* addr);

ld.global.L1::evict_first.L2::128B.b32

// ld.global.L1::evict_first.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_first_L2_128B(
  const B32* addr);

ld.global.L1::evict_first.L2::128B.b64

// ld.global.L1::evict_first.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_first_L2_128B(
  const B64* addr);

ld.global.L1::evict_first.L2::128B.b128

// ld.global.L1::evict_first.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_first_L2_128B(
  const B128* addr);

ld.global.L1::evict_first.L2::256B.b8

// ld.global.L1::evict_first.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_first_L2_256B(
  const B8* addr);

ld.global.L1::evict_first.L2::256B.b16

// ld.global.L1::evict_first.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_first_L2_256B(
  const B16* addr);

ld.global.L1::evict_first.L2::256B.b32

// ld.global.L1::evict_first.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_first_L2_256B(
  const B32* addr);

ld.global.L1::evict_first.L2::256B.b64

// ld.global.L1::evict_first.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_first_L2_256B(
  const B64* addr);

ld.global.L1::evict_first.L2::256B.b128

// ld.global.L1::evict_first.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_first_L2_256B(
  const B128* addr);

ld.global.L1::evict_last.b8

// ld.global.L1::evict_last.b8 dest, [addr]; // PTX ISA 74, SM_70
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_last(
  const B8* addr);

ld.global.L1::evict_last.b16

// ld.global.L1::evict_last.b16 dest, [addr]; // PTX ISA 74, SM_70
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_last(
  const B16* addr);

ld.global.L1::evict_last.b32

// ld.global.L1::evict_last.b32 dest, [addr]; // PTX ISA 74, SM_70
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_last(
  const B32* addr);

ld.global.L1::evict_last.b64

// ld.global.L1::evict_last.b64 dest, [addr]; // PTX ISA 74, SM_70
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_last(
  const B64* addr);

ld.global.L1::evict_last.b128

// ld.global.L1::evict_last.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_last(
  const B128* addr);

ld.global.L1::evict_last.L2::64B.b8

// ld.global.L1::evict_last.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_last_L2_64B(
  const B8* addr);

ld.global.L1::evict_last.L2::64B.b16

// ld.global.L1::evict_last.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_last_L2_64B(
  const B16* addr);

ld.global.L1::evict_last.L2::64B.b32

// ld.global.L1::evict_last.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_last_L2_64B(
  const B32* addr);

ld.global.L1::evict_last.L2::64B.b64

// ld.global.L1::evict_last.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_last_L2_64B(
  const B64* addr);

ld.global.L1::evict_last.L2::64B.b128

// ld.global.L1::evict_last.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_last_L2_64B(
  const B128* addr);

ld.global.L1::evict_last.L2::128B.b8

// ld.global.L1::evict_last.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_last_L2_128B(
  const B8* addr);

ld.global.L1::evict_last.L2::128B.b16

// ld.global.L1::evict_last.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_last_L2_128B(
  const B16* addr);

ld.global.L1::evict_last.L2::128B.b32

// ld.global.L1::evict_last.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_last_L2_128B(
  const B32* addr);

ld.global.L1::evict_last.L2::128B.b64

// ld.global.L1::evict_last.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_last_L2_128B(
  const B64* addr);

ld.global.L1::evict_last.L2::128B.b128

// ld.global.L1::evict_last.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_last_L2_128B(
  const B128* addr);

ld.global.L1::evict_last.L2::256B.b8

// ld.global.L1::evict_last.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_evict_last_L2_256B(
  const B8* addr);

ld.global.L1::evict_last.L2::256B.b16

// ld.global.L1::evict_last.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_evict_last_L2_256B(
  const B16* addr);

ld.global.L1::evict_last.L2::256B.b32

// ld.global.L1::evict_last.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_evict_last_L2_256B(
  const B32* addr);

ld.global.L1::evict_last.L2::256B.b64

// ld.global.L1::evict_last.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_evict_last_L2_256B(
  const B64* addr);

ld.global.L1::evict_last.L2::256B.b128

// ld.global.L1::evict_last.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_evict_last_L2_256B(
  const B128* addr);

ld.global.L1::no_allocate.b8

// ld.global.L1::no_allocate.b8 dest, [addr]; // PTX ISA 74, SM_70
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_no_allocate(
  const B8* addr);

ld.global.L1::no_allocate.b16

// ld.global.L1::no_allocate.b16 dest, [addr]; // PTX ISA 74, SM_70
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_no_allocate(
  const B16* addr);

ld.global.L1::no_allocate.b32

// ld.global.L1::no_allocate.b32 dest, [addr]; // PTX ISA 74, SM_70
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_no_allocate(
  const B32* addr);

ld.global.L1::no_allocate.b64

// ld.global.L1::no_allocate.b64 dest, [addr]; // PTX ISA 74, SM_70
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_no_allocate(
  const B64* addr);

ld.global.L1::no_allocate.b128

// ld.global.L1::no_allocate.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_no_allocate(
  const B128* addr);

ld.global.L1::no_allocate.L2::64B.b8

// ld.global.L1::no_allocate.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_no_allocate_L2_64B(
  const B8* addr);

ld.global.L1::no_allocate.L2::64B.b16

// ld.global.L1::no_allocate.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_no_allocate_L2_64B(
  const B16* addr);

ld.global.L1::no_allocate.L2::64B.b32

// ld.global.L1::no_allocate.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_no_allocate_L2_64B(
  const B32* addr);

ld.global.L1::no_allocate.L2::64B.b64

// ld.global.L1::no_allocate.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_no_allocate_L2_64B(
  const B64* addr);

ld.global.L1::no_allocate.L2::64B.b128

// ld.global.L1::no_allocate.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_no_allocate_L2_64B(
  const B128* addr);

ld.global.L1::no_allocate.L2::128B.b8

// ld.global.L1::no_allocate.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_no_allocate_L2_128B(
  const B8* addr);

ld.global.L1::no_allocate.L2::128B.b16

// ld.global.L1::no_allocate.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_no_allocate_L2_128B(
  const B16* addr);

ld.global.L1::no_allocate.L2::128B.b32

// ld.global.L1::no_allocate.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_no_allocate_L2_128B(
  const B32* addr);

ld.global.L1::no_allocate.L2::128B.b64

// ld.global.L1::no_allocate.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_no_allocate_L2_128B(
  const B64* addr);

ld.global.L1::no_allocate.L2::128B.b128

// ld.global.L1::no_allocate.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_no_allocate_L2_128B(
  const B128* addr);

ld.global.L1::no_allocate.L2::256B.b8

// ld.global.L1::no_allocate.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_L1_no_allocate_L2_256B(
  const B8* addr);

ld.global.L1::no_allocate.L2::256B.b16

// ld.global.L1::no_allocate.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_L1_no_allocate_L2_256B(
  const B16* addr);

ld.global.L1::no_allocate.L2::256B.b32

// ld.global.L1::no_allocate.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_L1_no_allocate_L2_256B(
  const B32* addr);

ld.global.L1::no_allocate.L2::256B.b64

// ld.global.L1::no_allocate.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_L1_no_allocate_L2_256B(
  const B64* addr);

ld.global.L1::no_allocate.L2::256B.b128

// ld.global.L1::no_allocate.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_L1_no_allocate_L2_256B(
  const B128* addr);

ld.global.nc.b8

// ld.global.nc.b8 dest, [addr]; // PTX ISA 10, SM_50
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc(
  const B8* addr);

ld.global.nc.b16

// ld.global.nc.b16 dest, [addr]; // PTX ISA 10, SM_50
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc(
  const B16* addr);

ld.global.nc.b32

// ld.global.nc.b32 dest, [addr]; // PTX ISA 10, SM_50
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc(
  const B32* addr);

ld.global.nc.b64

// ld.global.nc.b64 dest, [addr]; // PTX ISA 10, SM_50
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc(
  const B64* addr);

ld.global.nc.b128

// ld.global.nc.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc(
  const B128* addr);

ld.global.nc.L2::64B.b8

// ld.global.nc.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L2_64B(
  const B8* addr);

ld.global.nc.L2::64B.b16

// ld.global.nc.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L2_64B(
  const B16* addr);

ld.global.nc.L2::64B.b32

// ld.global.nc.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L2_64B(
  const B32* addr);

ld.global.nc.L2::64B.b64

// ld.global.nc.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L2_64B(
  const B64* addr);

ld.global.nc.L2::64B.b128

// ld.global.nc.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L2_64B(
  const B128* addr);

ld.global.nc.L2::128B.b8

// ld.global.nc.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L2_128B(
  const B8* addr);

ld.global.nc.L2::128B.b16

// ld.global.nc.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L2_128B(
  const B16* addr);

ld.global.nc.L2::128B.b32

// ld.global.nc.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L2_128B(
  const B32* addr);

ld.global.nc.L2::128B.b64

// ld.global.nc.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L2_128B(
  const B64* addr);

ld.global.nc.L2::128B.b128

// ld.global.nc.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L2_128B(
  const B128* addr);

ld.global.nc.L2::256B.b8

// ld.global.nc.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L2_256B(
  const B8* addr);

ld.global.nc.L2::256B.b16

// ld.global.nc.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L2_256B(
  const B16* addr);

ld.global.nc.L2::256B.b32

// ld.global.nc.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L2_256B(
  const B32* addr);

ld.global.nc.L2::256B.b64

// ld.global.nc.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L2_256B(
  const B64* addr);

ld.global.nc.L2::256B.b128

// ld.global.nc.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L2_256B(
  const B128* addr);

ld.global.nc.L1::evict_normal.b8

// ld.global.nc.L1::evict_normal.b8 dest, [addr]; // PTX ISA 74, SM_70
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_normal(
  const B8* addr);

ld.global.nc.L1::evict_normal.b16

// ld.global.nc.L1::evict_normal.b16 dest, [addr]; // PTX ISA 74, SM_70
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_normal(
  const B16* addr);

ld.global.nc.L1::evict_normal.b32

// ld.global.nc.L1::evict_normal.b32 dest, [addr]; // PTX ISA 74, SM_70
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_normal(
  const B32* addr);

ld.global.nc.L1::evict_normal.b64

// ld.global.nc.L1::evict_normal.b64 dest, [addr]; // PTX ISA 74, SM_70
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_normal(
  const B64* addr);

ld.global.nc.L1::evict_normal.b128

// ld.global.nc.L1::evict_normal.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_normal(
  const B128* addr);

ld.global.nc.L1::evict_normal.L2::64B.b8

// ld.global.nc.L1::evict_normal.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_normal_L2_64B(
  const B8* addr);

ld.global.nc.L1::evict_normal.L2::64B.b16

// ld.global.nc.L1::evict_normal.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_normal_L2_64B(
  const B16* addr);

ld.global.nc.L1::evict_normal.L2::64B.b32

// ld.global.nc.L1::evict_normal.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_normal_L2_64B(
  const B32* addr);

ld.global.nc.L1::evict_normal.L2::64B.b64

// ld.global.nc.L1::evict_normal.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_normal_L2_64B(
  const B64* addr);

ld.global.nc.L1::evict_normal.L2::64B.b128

// ld.global.nc.L1::evict_normal.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_normal_L2_64B(
  const B128* addr);

ld.global.nc.L1::evict_normal.L2::128B.b8

// ld.global.nc.L1::evict_normal.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_normal_L2_128B(
  const B8* addr);

ld.global.nc.L1::evict_normal.L2::128B.b16

// ld.global.nc.L1::evict_normal.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_normal_L2_128B(
  const B16* addr);

ld.global.nc.L1::evict_normal.L2::128B.b32

// ld.global.nc.L1::evict_normal.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_normal_L2_128B(
  const B32* addr);

ld.global.nc.L1::evict_normal.L2::128B.b64

// ld.global.nc.L1::evict_normal.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_normal_L2_128B(
  const B64* addr);

ld.global.nc.L1::evict_normal.L2::128B.b128

// ld.global.nc.L1::evict_normal.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_normal_L2_128B(
  const B128* addr);

ld.global.nc.L1::evict_normal.L2::256B.b8

// ld.global.nc.L1::evict_normal.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_normal_L2_256B(
  const B8* addr);

ld.global.nc.L1::evict_normal.L2::256B.b16

// ld.global.nc.L1::evict_normal.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_normal_L2_256B(
  const B16* addr);

ld.global.nc.L1::evict_normal.L2::256B.b32

// ld.global.nc.L1::evict_normal.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_normal_L2_256B(
  const B32* addr);

ld.global.nc.L1::evict_normal.L2::256B.b64

// ld.global.nc.L1::evict_normal.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_normal_L2_256B(
  const B64* addr);

ld.global.nc.L1::evict_normal.L2::256B.b128

// ld.global.nc.L1::evict_normal.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_normal_L2_256B(
  const B128* addr);

ld.global.nc.L1::evict_unchanged.b8

// ld.global.nc.L1::evict_unchanged.b8 dest, [addr]; // PTX ISA 74, SM_70
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_unchanged(
  const B8* addr);

ld.global.nc.L1::evict_unchanged.b16

// ld.global.nc.L1::evict_unchanged.b16 dest, [addr]; // PTX ISA 74, SM_70
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_unchanged(
  const B16* addr);

ld.global.nc.L1::evict_unchanged.b32

// ld.global.nc.L1::evict_unchanged.b32 dest, [addr]; // PTX ISA 74, SM_70
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_unchanged(
  const B32* addr);

ld.global.nc.L1::evict_unchanged.b64

// ld.global.nc.L1::evict_unchanged.b64 dest, [addr]; // PTX ISA 74, SM_70
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_unchanged(
  const B64* addr);

ld.global.nc.L1::evict_unchanged.b128

// ld.global.nc.L1::evict_unchanged.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_unchanged(
  const B128* addr);

ld.global.nc.L1::evict_unchanged.L2::64B.b8

// ld.global.nc.L1::evict_unchanged.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_unchanged_L2_64B(
  const B8* addr);

ld.global.nc.L1::evict_unchanged.L2::64B.b16

// ld.global.nc.L1::evict_unchanged.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_unchanged_L2_64B(
  const B16* addr);

ld.global.nc.L1::evict_unchanged.L2::64B.b32

// ld.global.nc.L1::evict_unchanged.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_unchanged_L2_64B(
  const B32* addr);

ld.global.nc.L1::evict_unchanged.L2::64B.b64

// ld.global.nc.L1::evict_unchanged.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_unchanged_L2_64B(
  const B64* addr);

ld.global.nc.L1::evict_unchanged.L2::64B.b128

// ld.global.nc.L1::evict_unchanged.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_unchanged_L2_64B(
  const B128* addr);

ld.global.nc.L1::evict_unchanged.L2::128B.b8

// ld.global.nc.L1::evict_unchanged.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_unchanged_L2_128B(
  const B8* addr);

ld.global.nc.L1::evict_unchanged.L2::128B.b16

// ld.global.nc.L1::evict_unchanged.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_unchanged_L2_128B(
  const B16* addr);

ld.global.nc.L1::evict_unchanged.L2::128B.b32

// ld.global.nc.L1::evict_unchanged.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_unchanged_L2_128B(
  const B32* addr);

ld.global.nc.L1::evict_unchanged.L2::128B.b64

// ld.global.nc.L1::evict_unchanged.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_unchanged_L2_128B(
  const B64* addr);

ld.global.nc.L1::evict_unchanged.L2::128B.b128

// ld.global.nc.L1::evict_unchanged.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_unchanged_L2_128B(
  const B128* addr);

ld.global.nc.L1::evict_unchanged.L2::256B.b8

// ld.global.nc.L1::evict_unchanged.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_unchanged_L2_256B(
  const B8* addr);

ld.global.nc.L1::evict_unchanged.L2::256B.b16

// ld.global.nc.L1::evict_unchanged.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_unchanged_L2_256B(
  const B16* addr);

ld.global.nc.L1::evict_unchanged.L2::256B.b32

// ld.global.nc.L1::evict_unchanged.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_unchanged_L2_256B(
  const B32* addr);

ld.global.nc.L1::evict_unchanged.L2::256B.b64

// ld.global.nc.L1::evict_unchanged.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_unchanged_L2_256B(
  const B64* addr);

ld.global.nc.L1::evict_unchanged.L2::256B.b128

// ld.global.nc.L1::evict_unchanged.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_unchanged_L2_256B(
  const B128* addr);

ld.global.nc.L1::evict_first.b8

// ld.global.nc.L1::evict_first.b8 dest, [addr]; // PTX ISA 74, SM_70
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_first(
  const B8* addr);

ld.global.nc.L1::evict_first.b16

// ld.global.nc.L1::evict_first.b16 dest, [addr]; // PTX ISA 74, SM_70
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_first(
  const B16* addr);

ld.global.nc.L1::evict_first.b32

// ld.global.nc.L1::evict_first.b32 dest, [addr]; // PTX ISA 74, SM_70
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_first(
  const B32* addr);

ld.global.nc.L1::evict_first.b64

// ld.global.nc.L1::evict_first.b64 dest, [addr]; // PTX ISA 74, SM_70
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_first(
  const B64* addr);

ld.global.nc.L1::evict_first.b128

// ld.global.nc.L1::evict_first.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_first(
  const B128* addr);

ld.global.nc.L1::evict_first.L2::64B.b8

// ld.global.nc.L1::evict_first.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_first_L2_64B(
  const B8* addr);

ld.global.nc.L1::evict_first.L2::64B.b16

// ld.global.nc.L1::evict_first.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_first_L2_64B(
  const B16* addr);

ld.global.nc.L1::evict_first.L2::64B.b32

// ld.global.nc.L1::evict_first.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_first_L2_64B(
  const B32* addr);

ld.global.nc.L1::evict_first.L2::64B.b64

// ld.global.nc.L1::evict_first.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_first_L2_64B(
  const B64* addr);

ld.global.nc.L1::evict_first.L2::64B.b128

// ld.global.nc.L1::evict_first.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_first_L2_64B(
  const B128* addr);

ld.global.nc.L1::evict_first.L2::128B.b8

// ld.global.nc.L1::evict_first.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_first_L2_128B(
  const B8* addr);

ld.global.nc.L1::evict_first.L2::128B.b16

// ld.global.nc.L1::evict_first.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_first_L2_128B(
  const B16* addr);

ld.global.nc.L1::evict_first.L2::128B.b32

// ld.global.nc.L1::evict_first.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_first_L2_128B(
  const B32* addr);

ld.global.nc.L1::evict_first.L2::128B.b64

// ld.global.nc.L1::evict_first.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_first_L2_128B(
  const B64* addr);

ld.global.nc.L1::evict_first.L2::128B.b128

// ld.global.nc.L1::evict_first.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_first_L2_128B(
  const B128* addr);

ld.global.nc.L1::evict_first.L2::256B.b8

// ld.global.nc.L1::evict_first.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_first_L2_256B(
  const B8* addr);

ld.global.nc.L1::evict_first.L2::256B.b16

// ld.global.nc.L1::evict_first.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_first_L2_256B(
  const B16* addr);

ld.global.nc.L1::evict_first.L2::256B.b32

// ld.global.nc.L1::evict_first.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_first_L2_256B(
  const B32* addr);

ld.global.nc.L1::evict_first.L2::256B.b64

// ld.global.nc.L1::evict_first.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_first_L2_256B(
  const B64* addr);

ld.global.nc.L1::evict_first.L2::256B.b128

// ld.global.nc.L1::evict_first.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_first_L2_256B(
  const B128* addr);

ld.global.nc.L1::evict_last.b8

// ld.global.nc.L1::evict_last.b8 dest, [addr]; // PTX ISA 74, SM_70
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_last(
  const B8* addr);

ld.global.nc.L1::evict_last.b16

// ld.global.nc.L1::evict_last.b16 dest, [addr]; // PTX ISA 74, SM_70
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_last(
  const B16* addr);

ld.global.nc.L1::evict_last.b32

// ld.global.nc.L1::evict_last.b32 dest, [addr]; // PTX ISA 74, SM_70
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_last(
  const B32* addr);

ld.global.nc.L1::evict_last.b64

// ld.global.nc.L1::evict_last.b64 dest, [addr]; // PTX ISA 74, SM_70
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_last(
  const B64* addr);

ld.global.nc.L1::evict_last.b128

// ld.global.nc.L1::evict_last.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_last(
  const B128* addr);

ld.global.nc.L1::evict_last.L2::64B.b8

// ld.global.nc.L1::evict_last.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_last_L2_64B(
  const B8* addr);

ld.global.nc.L1::evict_last.L2::64B.b16

// ld.global.nc.L1::evict_last.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_last_L2_64B(
  const B16* addr);

ld.global.nc.L1::evict_last.L2::64B.b32

// ld.global.nc.L1::evict_last.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_last_L2_64B(
  const B32* addr);

ld.global.nc.L1::evict_last.L2::64B.b64

// ld.global.nc.L1::evict_last.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_last_L2_64B(
  const B64* addr);

ld.global.nc.L1::evict_last.L2::64B.b128

// ld.global.nc.L1::evict_last.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_last_L2_64B(
  const B128* addr);

ld.global.nc.L1::evict_last.L2::128B.b8

// ld.global.nc.L1::evict_last.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_last_L2_128B(
  const B8* addr);

ld.global.nc.L1::evict_last.L2::128B.b16

// ld.global.nc.L1::evict_last.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_last_L2_128B(
  const B16* addr);

ld.global.nc.L1::evict_last.L2::128B.b32

// ld.global.nc.L1::evict_last.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_last_L2_128B(
  const B32* addr);

ld.global.nc.L1::evict_last.L2::128B.b64

// ld.global.nc.L1::evict_last.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_last_L2_128B(
  const B64* addr);

ld.global.nc.L1::evict_last.L2::128B.b128

// ld.global.nc.L1::evict_last.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_last_L2_128B(
  const B128* addr);

ld.global.nc.L1::evict_last.L2::256B.b8

// ld.global.nc.L1::evict_last.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_evict_last_L2_256B(
  const B8* addr);

ld.global.nc.L1::evict_last.L2::256B.b16

// ld.global.nc.L1::evict_last.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_evict_last_L2_256B(
  const B16* addr);

ld.global.nc.L1::evict_last.L2::256B.b32

// ld.global.nc.L1::evict_last.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_evict_last_L2_256B(
  const B32* addr);

ld.global.nc.L1::evict_last.L2::256B.b64

// ld.global.nc.L1::evict_last.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_evict_last_L2_256B(
  const B64* addr);

ld.global.nc.L1::evict_last.L2::256B.b128

// ld.global.nc.L1::evict_last.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_evict_last_L2_256B(
  const B128* addr);

ld.global.nc.L1::no_allocate.b8

// ld.global.nc.L1::no_allocate.b8 dest, [addr]; // PTX ISA 74, SM_70
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_no_allocate(
  const B8* addr);

ld.global.nc.L1::no_allocate.b16

// ld.global.nc.L1::no_allocate.b16 dest, [addr]; // PTX ISA 74, SM_70
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_no_allocate(
  const B16* addr);

ld.global.nc.L1::no_allocate.b32

// ld.global.nc.L1::no_allocate.b32 dest, [addr]; // PTX ISA 74, SM_70
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_no_allocate(
  const B32* addr);

ld.global.nc.L1::no_allocate.b64

// ld.global.nc.L1::no_allocate.b64 dest, [addr]; // PTX ISA 74, SM_70
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_no_allocate(
  const B64* addr);

ld.global.nc.L1::no_allocate.b128

// ld.global.nc.L1::no_allocate.b128 dest, [addr]; // PTX ISA 83, SM_70
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_no_allocate(
  const B128* addr);

ld.global.nc.L1::no_allocate.L2::64B.b8

// ld.global.nc.L1::no_allocate.L2::64B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_no_allocate_L2_64B(
  const B8* addr);

ld.global.nc.L1::no_allocate.L2::64B.b16

// ld.global.nc.L1::no_allocate.L2::64B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_no_allocate_L2_64B(
  const B16* addr);

ld.global.nc.L1::no_allocate.L2::64B.b32

// ld.global.nc.L1::no_allocate.L2::64B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_no_allocate_L2_64B(
  const B32* addr);

ld.global.nc.L1::no_allocate.L2::64B.b64

// ld.global.nc.L1::no_allocate.L2::64B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_no_allocate_L2_64B(
  const B64* addr);

ld.global.nc.L1::no_allocate.L2::64B.b128

// ld.global.nc.L1::no_allocate.L2::64B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_no_allocate_L2_64B(
  const B128* addr);

ld.global.nc.L1::no_allocate.L2::128B.b8

// ld.global.nc.L1::no_allocate.L2::128B.b8 dest, [addr]; // PTX ISA 74, SM_75
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_no_allocate_L2_128B(
  const B8* addr);

ld.global.nc.L1::no_allocate.L2::128B.b16

// ld.global.nc.L1::no_allocate.L2::128B.b16 dest, [addr]; // PTX ISA 74, SM_75
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_no_allocate_L2_128B(
  const B16* addr);

ld.global.nc.L1::no_allocate.L2::128B.b32

// ld.global.nc.L1::no_allocate.L2::128B.b32 dest, [addr]; // PTX ISA 74, SM_75
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_no_allocate_L2_128B(
  const B32* addr);

ld.global.nc.L1::no_allocate.L2::128B.b64

// ld.global.nc.L1::no_allocate.L2::128B.b64 dest, [addr]; // PTX ISA 74, SM_75
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_no_allocate_L2_128B(
  const B64* addr);

ld.global.nc.L1::no_allocate.L2::128B.b128

// ld.global.nc.L1::no_allocate.L2::128B.b128 dest, [addr]; // PTX ISA 83, SM_75
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_no_allocate_L2_128B(
  const B128* addr);

ld.global.nc.L1::no_allocate.L2::256B.b8

// ld.global.nc.L1::no_allocate.L2::256B.b8 dest, [addr]; // PTX ISA 74, SM_80
template <typename B8, enable_if_t<sizeof(B8) == 1, bool> = true>
__device__ static inline B8 ld_global_nc_L1_no_allocate_L2_256B(
  const B8* addr);

ld.global.nc.L1::no_allocate.L2::256B.b16

// ld.global.nc.L1::no_allocate.L2::256B.b16 dest, [addr]; // PTX ISA 74, SM_80
template <typename B16, enable_if_t<sizeof(B16) == 2, bool> = true>
__device__ static inline B16 ld_global_nc_L1_no_allocate_L2_256B(
  const B16* addr);

ld.global.nc.L1::no_allocate.L2::256B.b32

// ld.global.nc.L1::no_allocate.L2::256B.b32 dest, [addr]; // PTX ISA 74, SM_80
template <typename B32, enable_if_t<sizeof(B32) == 4, bool> = true>
__device__ static inline B32 ld_global_nc_L1_no_allocate_L2_256B(
  const B32* addr);

ld.global.nc.L1::no_allocate.L2::256B.b64

// ld.global.nc.L1::no_allocate.L2::256B.b64 dest, [addr]; // PTX ISA 74, SM_80
template <typename B64, enable_if_t<sizeof(B64) == 8, bool> = true>
__device__ static inline B64 ld_global_nc_L1_no_allocate_L2_256B(
  const B64* addr);

ld.global.nc.L1::no_allocate.L2::256B.b128

// ld.global.nc.L1::no_allocate.L2::256B.b128 dest, [addr]; // PTX ISA 83, SM_80
template <typename B128, enable_if_t<sizeof(B128) == 16, bool> = true>
__device__ static inline B128 ld_global_nc_L1_no_allocate_L2_256B(
  const B128* addr);