Home
last modified time | relevance | path

Searched refs:z_mvhhi (Results 1 – 24 of 24) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp2051 …inline void z_mvhhi(const Address &d, int64_t i2); // store *(d) = i2_imm16 ;…
2052 …inline void z_mvhhi(int64_t d1, Register b1, int64_t i2); // store *(d1_imm12+b1) = i2_imm16 ;…
H A Dassembler_s390.inline.hpp250 inline void Assembler::z_mvhhi( int64_t d1, Register b1, int64_t i2) { emit_48( MVHHI_ZOPC | uimm12… in z_mvhhi() function in Assembler
253 inline void Assembler::z_mvhhi( const Address &d, int64_t i2) { assert(!d.has_index(), " no index r… in z_mvhhi() function in Assembler
H A DmacroAssembler_s390.cpp1073 case 2: z_mvhhi(addr, 0); in clear_mem()
1371 z_mvhhi(disp, base, imm); in store_const()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp2050 …inline void z_mvhhi(const Address &d, int64_t i2); // store *(d) = i2_imm16 ;…
2051 …inline void z_mvhhi(int64_t d1, Register b1, int64_t i2); // store *(d1_imm12+b1) = i2_imm16 ;…
H A Dassembler_s390.inline.hpp246 inline void Assembler::z_mvhhi( int64_t d1, Register b1, int64_t i2) { emit_48( MVHHI_ZOPC | uimm12… in z_mvhhi() function in Assembler
249 inline void Assembler::z_mvhhi( const Address &d, int64_t i2) { assert(!d.has_index(), " no index r… in z_mvhhi() function in Assembler
H A DmacroAssembler_s390.cpp1071 case 2: z_mvhhi(addr, 0); in clear_mem()
1369 z_mvhhi(disp, base, imm); in store_const()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp2051 …inline void z_mvhhi(const Address &d, int64_t i2); // store *(d) = i2_imm16 ;…
2052 …inline void z_mvhhi(int64_t d1, Register b1, int64_t i2); // store *(d1_imm12+b1) = i2_imm16 ;…
H A Dassembler_s390.inline.hpp250 inline void Assembler::z_mvhhi( int64_t d1, Register b1, int64_t i2) { emit_48( MVHHI_ZOPC | uimm12… in z_mvhhi() function in Assembler
253 inline void Assembler::z_mvhhi( const Address &d, int64_t i2) { assert(!d.has_index(), " no index r… in z_mvhhi() function in Assembler
H A DmacroAssembler_s390.cpp1073 case 2: z_mvhhi(addr, 0); in clear_mem()
1371 z_mvhhi(disp, base, imm); in store_const()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp2034 …inline void z_mvhhi(const Address &d, int64_t i2); // store *(d) = i2_imm16 ;…
2035 …inline void z_mvhhi(int64_t d1, Register b1, int64_t i2); // store *(d1_imm12+b1) = i2_imm16 ;…
H A DmacroAssembler_s390.cpp1069 case 2: z_mvhhi(addr, 0); in clear_mem()
1363 z_mvhhi(disp, base, imm); in store_const()
H A Dassembler_s390.inline.hpp246 inline void Assembler::z_mvhhi( int64_t d1, Register b1, int64_t i2) { emit_48( MVHHI_ZOPC | uimm12… in z_mvhhi() function in Assembler
249 inline void Assembler::z_mvhhi( const Address &d, int64_t i2) { assert(!d.has_index(), " no index r… in z_mvhhi() function in Assembler
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp2038 …inline void z_mvhhi(const Address &d, int64_t i2); // store *(d) = i2_imm16 ;…
2039 …inline void z_mvhhi(int64_t d1, Register b1, int64_t i2); // store *(d1_imm12+b1) = i2_imm16 ;…
H A DmacroAssembler_s390.cpp1069 case 2: z_mvhhi(addr, 0); in clear_mem()
1363 z_mvhhi(disp, base, imm); in store_const()
H A Dassembler_s390.inline.hpp250 inline void Assembler::z_mvhhi( int64_t d1, Register b1, int64_t i2) { emit_48( MVHHI_ZOPC | uimm12… in z_mvhhi() function in Assembler
253 inline void Assembler::z_mvhhi( const Address &d, int64_t i2) { assert(!d.has_index(), " no index r… in z_mvhhi() function in Assembler
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp2050 …inline void z_mvhhi(const Address &d, int64_t i2); // store *(d) = i2_imm16 ;…
2051 …inline void z_mvhhi(int64_t d1, Register b1, int64_t i2); // store *(d1_imm12+b1) = i2_imm16 ;…
H A Dassembler_s390.inline.hpp246 inline void Assembler::z_mvhhi( int64_t d1, Register b1, int64_t i2) { emit_48( MVHHI_ZOPC | uimm12… in z_mvhhi() function in Assembler
249 inline void Assembler::z_mvhhi( const Address &d, int64_t i2) { assert(!d.has_index(), " no index r… in z_mvhhi() function in Assembler
H A DmacroAssembler_s390.cpp1071 case 2: z_mvhhi(addr, 0); in clear_mem()
1369 z_mvhhi(disp, base, imm); in store_const()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp2041 …inline void z_mvhhi(const Address &d, int64_t i2); // store *(d) = i2_imm16 ;…
2042 …inline void z_mvhhi(int64_t d1, Register b1, int64_t i2); // store *(d1_imm12+b1) = i2_imm16 ;…
H A DmacroAssembler_s390.cpp1069 case 2: z_mvhhi(addr, 0); in clear_mem()
1367 z_mvhhi(disp, base, imm); in store_const()
H A Dassembler_s390.inline.hpp246 inline void Assembler::z_mvhhi( int64_t d1, Register b1, int64_t i2) { emit_48( MVHHI_ZOPC | uimm12… in z_mvhhi() function in Assembler
249 inline void Assembler::z_mvhhi( const Address &d, int64_t i2) { assert(!d.has_index(), " no index r… in z_mvhhi() function in Assembler
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp2050 …inline void z_mvhhi(const Address &d, int64_t i2); // store *(d) = i2_imm16 ;…
2051 …inline void z_mvhhi(int64_t d1, Register b1, int64_t i2); // store *(d1_imm12+b1) = i2_imm16 ;…
H A Dassembler_s390.inline.hpp246 inline void Assembler::z_mvhhi( int64_t d1, Register b1, int64_t i2) { emit_48( MVHHI_ZOPC | uimm12… in z_mvhhi() function in Assembler
249 inline void Assembler::z_mvhhi( const Address &d, int64_t i2) { assert(!d.has_index(), " no index r… in z_mvhhi() function in Assembler
H A DmacroAssembler_s390.cpp1073 case 2: z_mvhhi(addr, 0); in clear_mem()
1371 z_mvhhi(disp, base, imm); in store_const()