Searched defs:constructOperand (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp983 OperandForm *ArchDesc::constructOperand(const char *ident, function in class:ArchDesc
998 constructOperand(ident, true);
1007 constructOperand(ident, true);
1020 opForm = constructOperand(ident, false);
1024 opForm = constructOperand(ident, false);
1028 opForm = constructOperand("sRegI", false);
1030 opForm = constructOperand("sRegP", false);
1032 opForm = constructOperand("sRegF", false);
1034 opForm = constructOperand("sRegD", false);
1036 opForm = constructOperand("sReg
[all...]

Completed in 34 milliseconds