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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp651 op3_ldst_int_limit = Assembler::ldf_op3, enumerator in enum:NativeMovRegMem::Sparc_specific_constants
652 op3_mask_ldf = 1 << (Assembler::ldf_op3 - op3_ldst_int_limit) |
653 1 << (Assembler::lddf_op3 - op3_ldst_int_limit),
654 op3_mask_stf = 1 << (Assembler::stf_op3 - op3_ldst_int_limit) |
655 1 << (Assembler::stdf_op3 - op3_ldst_int_limit),
743 op3_ldst_int_limit = Assembler::ldf_op3, enumerator in enum:NativeMovRegMemPatching::Sparc_specific_constants
744 op3_mask_ldf = 1 << (Assembler::ldf_op3 - op3_ldst_int_limit) |
745 1 << (Assembler::lddf_op3 - op3_ldst_int_limit),
746 op3_mask_stf = 1 << (Assembler::stf_op3 - op3_ldst_int_limit) |
747 1 << (Assembler::stdf_op3 - op3_ldst_int_limit),
[all...]
H A DnativeInst_sparc.cpp547 0 != (op3 < op3_ldst_int_limit
549 : (1 << (op3 - op3_ldst_int_limit)) & (op3_mask_ldf | op3_mask_stf))))
556 0 != (op3 < op3_ldst_int_limit
558 : (1 << (op3 - op3_ldst_int_limit)) & (op3_mask_ldf | op3_mask_stf))) {
693 0 != (op3 < op3_ldst_int_limit
695 : (1 << (op3 - op3_ldst_int_limit)) & (op3_mask_ldf | op3_mask_stf)))) {
701 0 != (op3 < op3_ldst_int_limit
703 : (1 << (op3 - op3_ldst_int_limit)) & (op3_mask_ldf | op3_mask_stf))) {

Completed in 26 milliseconds