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

/openjdk9/hotspot/src/cpu/arm/vm/
H A Dassembler_arm_32.hpp50 AsmOperand(Register reg) { function in class:VALUE_OBJ_CLASS_SPEC
54 AsmOperand(int imm_8) { function in class:VALUE_OBJ_CLASS_SPEC
59 AsmOperand(ByteSize bytesize_8) { function in class:VALUE_OBJ_CLASS_SPEC
65 AsmOperand(Register rm, AsmShift shift, int shift_imm) { function in class:VALUE_OBJ_CLASS_SPEC
69 AsmOperand(Register rm, AsmShift shift, Register rs) { function in class:VALUE_OBJ_CLASS_SPEC
74 AsmOperand(RegisterOrConstant offset, AsmShift shift = lsl, int shift_imm = 0) { function in class:VALUE_OBJ_CLASS_SPEC
[all...]
H A Dassembler_arm_64.hpp63 AsmOperand(Register reg) { function in class:VALUE_OBJ_CLASS_SPEC
70 AsmOperand(Register reg, AsmShift shift, int shift_imm) { function in class:VALUE_OBJ_CLASS_SPEC
[all...]

Completed in 123 milliseconds