Searched refs:Mnemonic_MOVSS (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerHelper.cpp | 344 m == Mnemonic_MOVSS || m == Mnemonic_MOVSD); in isMnemonicMove() 1471 …return dump_mem_reg_noalloc(Mnemonic_MOVSS, OpndSize_32, disp, base_reg, isBasePhysical, mType, mI… in move_ss_mem_to_reg_noalloc() 1479 …return dump_reg_mem_noalloc(Mnemonic_MOVSS, OpndSize_32, reg, isPhysical, disp, base_reg, isBasePh… in move_ss_reg_to_mem_noalloc() 1672 dump_mem_reg(Mnemonic_MOVSS, ATOM_NORMAL, OpndSize_32, disp, base_reg, isBasePhysical, in move_ss_mem_to_reg() 1680 …dump_reg_mem(Mnemonic_MOVSS, ATOM_NORMAL, OpndSize_32, reg, isPhysical, disp, base_reg, isBasePhys… in move_ss_reg_to_mem() 1706 if(m == Mnemonic_MOVSS) { in get_virtual_reg_all() 1718 if(m == Mnemonic_MOVSS) { //load 32 bits from VR in get_virtual_reg_all() 1807 if(m == Mnemonic_MOVSS) { in set_virtual_reg_all() 1871 return get_virtual_reg_all(vB, OpndSize_64, reg, isPhysical, Mnemonic_MOVSS); in get_VR_ss() 1874 return set_virtual_reg_all(vA, OpndSize_64, reg, isPhysical, Mnemonic_MOVSS); in set_VR_ss()
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_defs_ext.h | 248 Mnemonic_MOVSS, // Move Scalar Single-Precision Floating-Point Values enumerator
|
D | encoder.inl | 376 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 );
|
D | enc_defs.h | 553 Mnemonic_MOVSS, // Move Scalar Single-Precision Floating-Point Values
|