Searched refs:arith_op (Results 1 - 13 of 13) sorted by relevance

/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.inline.hpp86 emit_int32(op(arith_op) | rd(d) | op3(add_op3) | rs1(s1) | rs2(s2));
89 emit_int32(op(arith_op) | rd(d) | op3(add_op3) | rs1(s1) | immed(true) | simm(simm13a, 13));
93 emit_int32(op(arith_op) | rd(d) | op3(add_op3 | cc_bit_op3) | rs1(s1) | rs2(s2));
96 emit_int32(op(arith_op) | rd(d) | op3(add_op3 | cc_bit_op3) | rs1(s1) | immed(true) | simm(simm13a, 13));
99 emit_int32(op(arith_op) | rd(d) | op3(addc_op3) | rs1(s1) | rs2(s2));
102 emit_int32(op(arith_op) | rd(d) | op3(addc_op3) | rs1(s1) | immed(true) | simm(simm13a, 13));
105 emit_int32(op(arith_op) | rd(d) | op3(addc_op3 | cc_bit_op3) | rs1(s1) | rs2(s2));
108 emit_int32(op(arith_op) | rd(d) | op3(addc_op3 | cc_bit_op3) | rs1(s1) | immed(true) | simm(simm13a, 13));
113 emit_int32(op(arith_op) | fd(d, FloatRegisterImpl::D) | op3(aes4_op3) | fs1(s1, FloatRegisterImpl::D) | fs3(s3, FloatRegisterImpl::D) | op5(aes_eround01_op5) | fs2(s2, FloatRegisterImpl::D));
117 emit_int32(op(arith_op) | f
[all...]
H A DrelocInfo_sparc.cpp68 case Assembler::arith_op:
109 guarantee(Assembler::inv_op(inst2)==Assembler::arith_op, "arith op");
H A DnativeInst_sparc.cpp109 if (is_op3(x, temp, Assembler::arith_op) &&
161 assert(inv_op(*contention_addr) == Assembler::arith_op ||
180 assert(inv_op(*contention_addr) == Assembler::arith_op ||
474 is_op3(i2, Assembler::add_op3, Assembler::arith_op) &&
832 assert(is_op3(bits, Assembler::trap_op3, Assembler::arith_op), "bad instruction");
850 assert(is_op3(bits, Assembler::trap_op3, Assembler::arith_op), "bad instruction");
897 assert(inv_op(*contention_addr) == Assembler::arith_op ||
916 assert(inv_op(*contention_addr) == Assembler::arith_op ||
H A DnativeInst_sparc.hpp55 bool is_call_reg() { return is_op(long_at(0), Assembler::arith_op); }
64 return (is_op(x, Assembler::arith_op) &&
78 return is_op3(x, Assembler::jmpl_op3, Assembler::arith_op)
115 return is_op3(x, Assembler::membar_op3, Assembler::arith_op) &&
204 Assembler::arith_op, Assembler::ldst_op) && member in class:VALUE_OBJ_CLASS_SPEC::Assembler
269 assert ( Assembler::inv_op(*pc) == Assembler::arith_op, "in gethi - must be arith_op" );
H A Dassembler_sparc.hpp50 arith_op = 2, // fmt 3, arith & misc enumerator in enum:Assembler::ops
483 if (inv_op(x) != Assembler::arith_op) return false;
491 return (inv_op(x) == Assembler::arith_op && inv_op3(x) == Assembler::rdreg_op3 &&
H A Dc1_LIRAssembler_sparc.cpp1611 void LIR_Assembler::arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, CodeEmitInfo* info, bool pop_fpu_stack) { function in class:LIR_Assembler
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp210 void arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, CodeEmitInfo* info, bool pop_fpu_stack);
H A Dc1_LIRAssembler.cpp731 arith_op(
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp1693 void LIR_Assembler::arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, CodeEmitInfo* info, bool pop_fpu_stack) { function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp1615 void LIR_Assembler::arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp1422 void LIR_Assembler::arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp1942 void LIR_Assembler::arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, CodeEmitInfo* info, bool pop_fpu_stack) { function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1996 void LIR_Assembler::arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, CodeEmitInfo* info, bool pop_fpu_stack) { function in class:LIR_Assembler

Completed in 266 milliseconds