Home
last modified time | relevance | path

Searched refs:dump_reg_mem (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLowerHelper.cpp661 LowOpMemReg* dump_reg_mem(Mnemonic m, AtomOpCode m2, OpndSize size, in dump_reg_mem() function
876dump_reg_mem(m, ATOM_NORMAL, size, reg, isPhysical, disp, base_reg, isBasePhysical, MemoryAccess_U… in compare_reg_mem()
1390dump_reg_mem(m, ATOM_NORMAL_ALU, size, reg, isPhysical, disp, base_reg, isBasePhysical, MemoryAcce… in alu_binary_reg_mem()
1434dump_reg_mem(m, ATOM_NORMAL, size, reg, isPhysical, disp, base_reg, isBasePhysical, MemoryAccess_U… in move_reg_to_mem()
1680dump_reg_mem(Mnemonic_MOVSS, ATOM_NORMAL, OpndSize_32, reg, isPhysical, disp, base_reg, isBasePhys… in move_ss_reg_to_mem()
1694 dump_reg_mem(Mnemonic_MOVSD, ATOM_NORMAL, OpndSize_64, reg, isPhysical, in move_sd_reg_to_mem()
1857 dump_reg_mem(m, ATOM_NORMAL, size, reg, isPhysical, 4*vA, PhysicalReg_FP, true, in set_virtual_reg_all()
DLower.h1179 LowOpMemReg* dump_reg_mem(Mnemonic m, AtomOpCode m2, OpndSize size,