HomeSort by relevance Sort by last modified time
    Searched refs:RC_Target (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86RegClass.h 18 #include "IceOperand.h" // RC_Target
25 RCX86_Is64To8 = RC_Target, // 64-bit GPR trivially truncable to 8-bit
IceTypes.h 42 RC_Target,
46 static_assert(RC_Target == static_cast<RegClass>(IceType_NUM),
47 "Expected RC_Target and IceType_NUM to be the same");
IceRegistersMIPS32.h 20 #include "IceOperand.h" // RC_Target
135 enum RegClassMIPS32 : uint8_t { RCMIPS32_NUM = RC_Target };
IceRegistersARM32.h 20 #include "IceOperand.h" // RC_Target
217 RCARM32_QtoS = RC_Target, // Denotes Q registers that are aliased by S
IceTargetLoweringMIPS32.h 75 assert(RC < RC_Target);
81 assert(RC < RC_Target);
    [all...]
IceTargetLoweringARM32.h 104 assert(RC < RC_Target);
    [all...]
IceTargetLoweringX86Base.h 116 assert(C < RC_Target);
    [all...]
IceTargetLoweringMIPS32.cpp 85 assert(C < RC_Target);
    [all...]
IceTargetLoweringARM32.cpp 297 assert(C < RC_Target);
    [all...]

Completed in 577 milliseconds