Searched defs:IMM_TRAITS (Results 1 – 2 of 2) sorted by relevance
82 IMM_TRAITS(BoolImmPtr, bool) in IMM_TRAITS() function116 IMM_TRAITS(Int8ImmPtr, int8_t) in IMM_TRAITS() function142 IMM_TRAITS(Int16ImmPtr, int16_t) in IMM_TRAITS() function168 IMM_TRAITS(Int32ImmPtr, int32_t) in IMM_TRAITS() function194 IMM_TRAITS(Int64ImmPtr, int64_t) in IMM_TRAITS() function341 IMM_TRAITS(FP32ImmPtr, float) in IMM_TRAITS() function
533 #define IMM_TRAITS(typeimm, prototype) \ macro