Searched refs:Mnemonic_MOVSS (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_defs_ext.h248 Mnemonic_MOVSS, // Move Scalar Single-Precision Floating-Point Values enumerator in enum:Mnemonic
H A Dencoder.inl376 return (char*)EncoderBase::encode(stream, dbl ? Mnemonic_MOVSD : Mnemonic_MOVSS, args);
383 return (char*)EncoderBase::encode(stream, dbl ? Mnemonic_MOVSD : Mnemonic_MOVSS, args);
390 return (char*)EncoderBase::encode(stream, dbl ? Mnemonic_MOVSD : Mnemonic_MOVSS, args );
H A Denc_defs.h553 Mnemonic_MOVSS, // Move Scalar Single-Precision Floating-Point Values
/dalvik/vm/compiler/codegen/x86/
H A DLowerHelper.cpp343 m == Mnemonic_MOVSS || m == Mnemonic_MOVSD);
1470 return dump_mem_reg_noalloc(Mnemonic_MOVSS, OpndSize_32, disp, base_reg, isBasePhysical, mType, mIndex, reg, isPhysical, LowOpndRegType_xmm);
1478 return dump_reg_mem_noalloc(Mnemonic_MOVSS, OpndSize_32, reg, isPhysical, disp, base_reg, isBasePhysical, mType, mIndex, LowOpndRegType_xmm);
1671 dump_mem_reg(Mnemonic_MOVSS, ATOM_NORMAL, OpndSize_32, disp, base_reg, isBasePhysical,
1679 dump_reg_mem(Mnemonic_MOVSS, ATOM_NORMAL, OpndSize_32, reg, isPhysical, disp, base_reg, isBasePhysical, MemoryAccess_Unknown, -1, LowOpndRegType_xmm);
1705 if(m == Mnemonic_MOVSS) {
1717 if(m == Mnemonic_MOVSS) { //load 32 bits from VR
1806 if(m == Mnemonic_MOVSS) {
1870 return get_virtual_reg_all(vB, OpndSize_64, reg, isPhysical, Mnemonic_MOVSS);
1873 return set_virtual_reg_all(vA, OpndSize_64, reg, isPhysical, Mnemonic_MOVSS);
[all...]

Completed in 29 milliseconds