Home
last modified time | relevance | path

Searched defs:rm (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
Dencoder.inl80 inline static void add_rm(EncoderBase::Operands & args, const RM_Opnd & rm, Opnd_Size sz, OpndExt e…
110 ENCODER_DECLARE_EXPORT char * push(char * stream, const RM_Opnd & rm, Opnd_Size sz) {
127 ENCODER_DECLARE_EXPORT char * pop(char * stream, const RM_Opnd & rm, Opnd_Size sz) {
134 ENCODER_DECLARE_EXPORT char * cmpxchg(char * stream, const RM_Opnd & rm, const R_Opnd & r, Opnd_Siz…
143 ENCODER_DECLARE_EXPORT char * xchg(char * stream, const RM_Opnd & rm, const R_Opnd & r, Opnd_Size s…
151 ENCODER_DECLARE_EXPORT char * inc(char * stream, const RM_Opnd & rm, Opnd_Size sz) {
157 ENCODER_DECLARE_EXPORT char * dec(char * stream, const RM_Opnd & rm, Opnd_Size sz) {
163 ENCODER_DECLARE_EXPORT char * _not(char * stream, const RM_Opnd & rm, Opnd_Size sz) {
169 ENCODER_DECLARE_EXPORT char * neg(char * stream, const RM_Opnd & rm, Opnd_Size sz) {
186 ENCODER_DECLARE_EXPORT char * alu(char * stream, ALU_Opcode opc, const RM_Opnd & rm, const Imm_Opnd…
[all …]
Denc_prvt.h278 unsigned char rm:3; member
/dalvik/dx/src/com/android/dx/ssa/back/
DIdenticalBlockCombiner.java42 public IdenticalBlockCombiner(RopMethod rm) { in IdenticalBlockCombiner()
/dalvik/vm/compiler/codegen/mips/
DAssemble.cpp2020 int rm = insn & 0xF; in dvmSelfVerificationMemOpDecode() local
2188 int rm = (insn >> 6) & 0x7; in dvmSelfVerificationMemOpDecode() local
/dalvik/vm/compiler/codegen/arm/
DAssemble.cpp2646 int rm = insn & 0xF; in dvmSelfVerificationMemOpDecode() local
2814 int rm = (insn >> 6) & 0x7; in dvmSelfVerificationMemOpDecode() local