Searched refs:literal2 (Results 1 – 4 of 4) sorted by relevance
420 unsigned literal2 = (i + 1 < e)?Literals[i + 1]:0; in MakeALUClause() local424 .addImm(literal2); in MakeALUClause()
658 (ins LITERAL:$literal1, LITERAL:$literal2), "$literal1, $literal2", [] > {663 bits<32> literal2;666 let Inst{63-32} = literal2;
1141 bool Literal::Match(void* literal1, void* literal2) { in Match() argument1143 const AstValue* y = static_cast<Literal*>(literal2)->raw_value(); in Match()
1315 static bool Match(void* literal1, void* literal2);