Searched refs:dump_reg_mem (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerHelper.cpp | 661 LowOpMemReg* dump_reg_mem(Mnemonic m, AtomOpCode m2, OpndSize size, in dump_reg_mem() function 876 …dump_reg_mem(m, ATOM_NORMAL, size, reg, isPhysical, disp, base_reg, isBasePhysical, MemoryAccess_U… in compare_reg_mem() 1390 …dump_reg_mem(m, ATOM_NORMAL_ALU, size, reg, isPhysical, disp, base_reg, isBasePhysical, MemoryAcce… in alu_binary_reg_mem() 1434 …dump_reg_mem(m, ATOM_NORMAL, size, reg, isPhysical, disp, base_reg, isBasePhysical, MemoryAccess_U… in move_reg_to_mem() 1680 …dump_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()
|
D | Lower.h | 1179 LowOpMemReg* dump_reg_mem(Mnemonic m, AtomOpCode m2, OpndSize size,
|