Searched defs:CCLocInfo (Results 1 – 1 of 1) sorted by relevance
26 struct CCLocInfo { struct27 regno_t reg0 = 0; /* 0 means parameter is stored on the stack */28 regno_t reg1 = 0;29 regno_t reg2 = 0; /* can have up to 4 single precision fp registers */30 regno_t reg3 = 0; /* for small structure return. */31 int32 memOffset = 0;32 int32 memSize = 0;33 uint32 fpSize = 0;34 uint32 numFpPureRegs = 0;35 uint8 regCount = 0; /* number of registers <= 2 storing the return value */[all …]