/dalvik/vm/compiler/codegen/x86/libenc/ |
D | encoder.inl | 98 inline static void add_imm(EncoderBase::Operands & args, const Imm_Opnd & imm) { 116 ENCODER_DECLARE_EXPORT char * push(char * stream, const Imm_Opnd & imm) { 186 …ORT char * alu(char * stream, ALU_Opcode opc, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Size … 208 ENCODER_DECLARE_EXPORT char * test(char * stream, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Si… 224 …char * shift(char * stream, Shift_Opcode shc, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Size … 239 const R_Opnd & r, const Imm_Opnd & imm, Opnd_Size sz) { 274 ENCODER_DECLARE_EXPORT char * imul(char * stream, const R_Opnd & r, const Imm_Opnd & imm, Opnd_Size… 282 const Imm_Opnd & imm, Opnd_Size sz) { 319 ENCODER_DECLARE_EXPORT char * mov(char * stream, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Siz… 571 ENCODER_DECLARE_EXPORT char * loop(char * stream, const Imm_Opnd & imm) { [all …]
|
D | enc_wrapper.cpp | 159 extern "C" ENCODER_DECLARE_EXPORT char * encoder_imm(Mnemonic m, OpndSize size, int imm, char * str… in encoder_imm() 182 extern "C" ENCODER_DECLARE_EXPORT char * encoder_update_imm(int imm, char * stream) { in encoder_update_imm() 345 int imm, int reg, bool isPhysical, LowOpndRegType type, char * stream) { in encoder_imm_reg() 362 extern "C" ENCODER_DECLARE_EXPORT char * encoder_update_imm_rm(int imm, char * stream) { in encoder_update_imm_rm() 376 int imm, in encoder_imm_mem()
|
D | enc_base.h | 481 long long imm(void) const { return is_imm() ? m_imm64 : 0; } in imm() function
|
/dalvik/vm/compiler/codegen/x86/ |
D | LowerHelper.cpp | 225 LowOpImm* dump_special(AtomOpCode cc, int imm) { in dump_special() 236 LowOpLabel* lower_label(Mnemonic m, OpndSize size, int imm, const char* label, bool isLocal) { in lower_label() 241 LowOpLabel* dump_label(Mnemonic m, OpndSize size, int imm, in dump_label() 246 LowOpNCG* dump_ncg(Mnemonic m, OpndSize size, int imm) { in dump_ncg() 254 LowOpImm* lower_imm(Mnemonic m, OpndSize size, int imm, bool updateTable) { in lower_imm() 259 LowOpImm* dump_imm(Mnemonic m, OpndSize size, int imm) { in dump_imm() 264 int imm, char* codePtr) { in dump_imm_with_codeaddr() 681 int imm, int reg, LowOpndRegType type, bool chaining) { in lower_imm_reg() 687 int imm, int reg, bool isPhysical, LowOpndRegType type) { in dump_imm_reg_noalloc() 694 int imm, int reg, bool isPhysical, LowOpndRegType type, bool chaining) { in dump_imm_reg() [all …]
|
D | LowerAlu.cpp | 749 int common_alu_int_lit(ALU_Opcode opc, u2 vA, u2 vB, s2 imm) { //except div and rem in common_alu_int_lit() 756 int common_shift_int_lit(ALU_Opcode opc, u2 vA, u2 vB, s2 imm) { in common_shift_int_lit() 772 int alu_rsub_int(ALU_Opcode opc, u2 vA, s2 imm, u2 vB) { in alu_rsub_int() 969 int isPowerOfTwo(int imm) { in isPowerOfTwo() 978 int div_lit_strength_reduction(u2 vA, u2 vB, s2 imm) { in div_lit_strength_reduction() 1019 int common_div_rem_int_lit(bool isRem, u2 vA, u2 vB, s2 imm) { in common_div_rem_int_lit()
|
D | LowerJump.cpp | 539 int imm = 0; in conditional_jump() local 574 int imm = 0; in unconditional_jump() local
|
/dalvik/vm/mterp/mips/ |
D | header.S | 272 #define LOAD_IMM(dest, imm) li dest, imm argument
|
/dalvik/vm/compiler/codegen/mips/ |
D | Assemble.cpp | 2186 int imm = (insn >> 6) & 0x1F; in dvmSelfVerificationMemOpDecode() local
|
/dalvik/vm/compiler/template/mips/ |
D | header.S | 331 #define LOAD_IMM(dest, imm) li dest, imm argument
|
/dalvik/vm/compiler/codegen/arm/ |
D | Assemble.cpp | 2804 int imm = (insn >> 6) & 0x1F; in dvmSelfVerificationMemOpDecode() local
|
/dalvik/vm/compiler/template/out/ |
D | CompilerTemplateAsm-mips.S | 338 #define LOAD_IMM(dest, imm) li dest, imm argument
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-mips.S | 279 #define LOAD_IMM(dest, imm) li dest, imm argument
|