search for: regsw

Displaying 2 results from an estimated 2 matches for "regsw".

Did you mean: regs
2006 Oct 27
3
Marginal Effect larger than 1 for a binary variable (summary.Design after lrm)
...(in datasets of other years)like .98, . 97, with which I am not comfortable either. I suspect I did something wrong. This is part of my model: > resultt1 Logistic Regression Model lrm(formula = typemort ~ adv_binc_ratio + agem1 + regEA + regEM + regGL + regN + regNI + regNW + regS + regSW + regW + regWM + regY + repmethIO + repmethSR + no_dis_no_def + prevLO + prevOO + prevRP + owning + adv_binc_ratio * (repmethIO + repmethSR + no_dis_no_def + prevLO + prevOO + prevRP + owning) + agem1 * (repmethIO + repmethSR + no_dis_no_def + prevLO + prevOO + prevRP +...
2009 Jan 14
2
[LLVMdev] Use two ComplexPatterns (possible bug of TableGen?)
...9;s in a 'def', because TableGen generate the same variable names for the two ComplexPatterns. If I understand the source code of TableGen correctly, it's not designed to use more than one ComplexPattern instance (no matter they are the same or not). In the following example, two 'regsw' are used to match the operands of mul. def regsw : Operand<v4i32>, ComplexPattern<v4i32, 2, "SelectRegsw", []> { let PrintMethod = "printSrcReg"; let MIOperandInfo = (ops VR128, i8imm); } def MUL_1 : FooInst<(outs VR128:$dst),...