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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp38 // - - NativeMovConstReg
112 class NativeMovConstReg : public NativeInstruction { class in inherits:NativeInstruction
127 inline NativeMovConstReg* nativeMovConstReg_at(address address) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp37 // - - NativeMovConstReg
186 class NativeMovConstReg: public NativeInstruction { class in inherits:NativeInstruction
216 inline friend NativeMovConstReg* nativeMovConstReg_at(address address);
217 inline friend NativeMovConstReg* nativeMovConstReg_before(address address);
220 inline NativeMovConstReg* nativeMovConstReg_at(address address) {
221 NativeMovConstReg* test = (NativeMovConstReg*)(address - NativeMovConstReg::instruction_offset);
228 inline NativeMovConstReg* nativeMovConstReg_before(address address) {
229 NativeMovConstReg* tes
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp38 // - - NativeMovConstReg
515 class NativeMovConstReg;
516 inline NativeMovConstReg* nativeMovConstReg_at(address address);
517 class NativeMovConstReg: public NativeInstruction { class in inherits:NativeInstruction
547 friend inline NativeMovConstReg* nativeMovConstReg_at(address address) {
548 NativeMovConstReg* test = (NativeMovConstReg*)address;
556 friend NativeMovConstReg* nativeMovConstReg_before(address address) {
557 NativeMovConstReg* test = (NativeMovConstReg*)(addres
[all...]

Completed in 1755 milliseconds