< prev index next >

src/hotspot/cpu/x86/x86_32.ad

Print this page

        

*** 4375,4384 **** --- 4375,4389 ---- %} opclass load_long_memory(load_long_indirect, load_long_indOffset32); + opclass legRegF (regF); + opclass legRegD (regD); + + + //----------Special Memory Operands-------------------------------------------- // Stack Slot Operand - This operand is used for loading and storing temporary // values on the stack where a match requires a value to // flow through memory. operand stackSlotP(sRegP reg) %{
< prev index next >