Searched refs:LIR_OpConvert (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp195 void emit_opConvert(LIR_OpConvert* op);
H A Dc1_LIR.hpp834 class LIR_OpConvert;
1094 virtual LIR_OpConvert* as_OpConvert() { return NULL; }
1401 class LIR_OpConvert: public LIR_Op1 { class in inherits:LIR_Op1
1413 LIR_OpConvert(Bytecodes::Code code, LIR_Opr opr, LIR_Opr result, ConversionStub* stub) function in class:LIR_OpConvert
1423 LIR_OpConvert(Bytecodes::Code code, LIR_Opr opr, LIR_Opr result, ConversionStub* stub function in class:LIR_OpConvert
1440 virtual LIR_OpConvert* as_OpConvert() { return this; }
2008 void convert(Bytecodes::Code code, LIR_Opr left, LIR_Opr dst, LIR_Opr tmp1, LIR_Opr tmp2) { append(new LIR_OpConvert(code, left, dst, NULL, tmp1, tmp2)); }
2010 void convert(Bytecodes::Code code, LIR_Opr left, LIR_Opr dst, ConversionStub* stub = NULL/*, bool is_32bit = false*/) { append(new LIR_OpConvert(code, left, dst, stub)); }
H A Dc1_LIR.cpp540 // LIR_OpConvert;
544 LIR_OpConvert* opConvert = (LIR_OpConvert*)op;
1068 void LIR_OpConvert::emit_code(LIR_Assembler* masm) {
1887 // LIR_OpConvert
1888 void LIR_OpConvert::print_instr(outputStream* out) const {
1900 void LIR_OpConvert::print_bytecode(outputStream* out, Bytecodes::Code code) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp666 void LIR_Assembler::emit_opConvert(LIR_OpConvert* op) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1458 void LIR_Assembler::emit_opConvert(LIR_OpConvert* op) {

Completed in 495 milliseconds