Searched refs:SUB_INST (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcJITInfo.cpp116 #define SUB_INST(rs1, imm, rd) (0x80000000 | ((rd) << 25) | (0x04 << 19) \ macro
142 Insts.push_back(SUB_INST(scratch, 4, scratch));
154 Insts.push_back(SUB_INST(scratch, 8, scratch));
166 Insts.push_back(SUB_INST(scratch, 8, scratch));
185 // Insts.push_back(SUB_INST(scratch, 20, scratch));

Completed in 601 milliseconds