Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 11 of 11) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
Denc_wrapper.cpp58 inline void add_m_scale(EncoderBase::Operands & args, int baseReg, int indexReg, int scale, in add_m_scale()
65 …void add_m_disp_scale(EncoderBase::Operands & args, int baseReg, int disp, int indexReg, int scale, in add_m_disp_scale()
257 … int base_reg, bool isBasePhysical, int index_reg, bool isIndexPhysical, int scale, in encoder_mem_scale_reg()
272 … int base_reg, bool isBasePhysical, int index_reg, bool isIndexPhysical, int scale, in encoder_reg_mem_scale()
286 … int base_reg, bool isBasePhysical, int disp, int index_reg, bool isIndexPhysical, int scale, in encoder_mem_disp_scale_reg()
300 … int base_reg, bool isBasePhysical, int disp, int index_reg, bool isIndexPhysical, int scale, in encoder_movzs_mem_disp_scale_reg()
316 … int base_reg, bool isBasePhysical, int disp, int index_reg, bool isIndexPhysical, int scale, in encoder_reg_mem_disp_scale()
Dencoder.h349 M_Opnd(I_32 disp, Reg_No rbase, Reg_No rindex, unsigned scale): in M_Opnd()
358 inline const Imm_Opnd & scale(void) const { return m_scale; } in scale() function
382 M_Index_Opnd(Reg_No base, Reg_No index, I_32 disp, unsigned scale): in M_Index_Opnd()
Ddec_base.cpp469 unsigned scale = 0; in decodeModRM() local
Denc_base.h468 unsigned scale(void) const { return is_mem() ? m_scale : 0; } in scale() function
Denc_prvt.h270 unsigned char scale:2; member
/dalvik/vm/compiler/codegen/x86/
DLowerHelper.cpp138 …e(LowOpndMem* mem, int base, bool isPhysical, int disp, int index, bool indexPhysical, int scale) { in set_mem_opnd_scale()
567 int scale, int reg, LowOpndRegType type) { in lower_mem_scale_reg()
584 … int base_reg, bool isBasePhysical, int disp, int index_reg, bool isIndexPhysical, int scale, in dump_mem_scale_reg()
612 int base_reg, int disp, int index_reg, int scale, LowOpndRegType type) { in lower_reg_mem_scale()
624 … int base_reg, bool isBasePhysical, int disp, int index_reg, bool isIndexPhysical, int scale, in dump_reg_mem_scale()
806 int index_reg, bool isIndexPhysical, int scale, in load_effective_addr_scale()
1503 int disp, int index_reg, bool isIndexPhysical, int scale, in movez_mem_disp_scale_to_reg()
1511 int disp, int index_reg, bool isIndexPhysical, int scale, in moves_mem_disp_scale_to_reg()
1549 int base_reg, bool isBasePhysical, int index_reg, bool isIndexPhysical, int scale, in move_mem_scale_to_reg()
1556 … int base_reg, bool isBasePhysical, int disp, int index_reg, bool isIndexPhysical, int scale, in move_mem_disp_scale_to_reg()
[all …]
/dalvik/vm/compiler/codegen/arm/Thumb/
DFactory.cpp470 int rIndex, int rDest, int scale, OpSize size) in loadBaseIndexed()
513 int rIndex, int rSrc, int scale, OpSize size) in storeBaseIndexed()
/dalvik/vm/compiler/codegen/mips/Mips32/
DFactory.cpp422 int rIndex, int rDest, int scale, OpSize size) in loadBaseIndexed()
484 int rIndex, int rSrc, int scale, OpSize size) in storeBaseIndexed()
/dalvik/vm/compiler/codegen/arm/Thumb2/
DFactory.cpp747 int rIndex, int rDest, int scale, OpSize size) in loadBaseIndexed()
811 int rIndex, int rSrc, int scale, OpSize size) in storeBaseIndexed()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp473 RegLocation rlDest, int scale) in genArrayGet()
537 RegLocation rlSrc, int scale) in genArrayPut()
609 RegLocation rlSrc, int scale) in genArrayObjectPut()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp407 RegLocation rlDest, int scale) in genArrayGet()
476 RegLocation rlSrc, int scale) in genArrayPut()
551 RegLocation rlSrc, int scale) in genArrayObjectPut()