HomeSort by relevance Sort by last modified time
    Searched defs:X86_MAX_XMM_ARGS (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 675 static constexpr uint32_t X86_MAX_XMM_ARGS = 4;
685 if (ArgNum >= X86_MAX_XMM_ARGS) {
    [all...]
IceTargetLoweringX8664Traits.h 717 static constexpr uint32_t X86_MAX_XMM_ARGS = 4;
748 static constexpr uint32_t X86_MAX_XMM_ARGS = 8;
774 if (ArgNum >= X86_MAX_XMM_ARGS) {
    [all...]

Completed in 133 milliseconds