HomeSort by relevance Sort by last modified time
    Searched refs:OpndExt (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h 106 * @brief Determines if operand with opndExt suites the position with instExt.
108 static bool extAllowed(OpndExt opndExt, OpndExt instExt);
163 OpndExt ext;
317 Operand(RegName reg, OpndExt ext = OpndExt_None) : m_kind(getRegKind(reg)),
331 Operand(OpndSize sz, OpndKind kind, RegName reg, OpndExt ext = OpndExt_None) :
341 Operand(OpndSize size, long long ival, OpndExt ext = OpndExt_None) :
349 Operand(int ival, OpndExt ext = OpndExt_None) :
357 Operand(short ival, OpndExt ext = OpndExt_None)
    [all...]
enc_wrapper.cpp 44 //OpndSize, RegName, OpndExt: enum enc_defs.h
45 inline void add_r(EncoderBase::Operands & args, int physicalReg, OpndSize sz, OpndExt ext = OpndExt_None) {
52 inline void add_m(EncoderBase::Operands & args, int baseReg, int disp, OpndSize sz, OpndExt ext = OpndExt_None) {
59 OpndSize sz, OpndExt ext = OpndExt_None) {
66 OpndSize sz, OpndExt ext = OpndExt_None) {
encoder.inl 62 inline static void add_r(EncoderBase::Operands & args, const R_Opnd & r, Opnd_Size sz, OpndExt ext = OpndExt_None) {
73 inline static void add_m(EncoderBase::Operands & args, const M_Opnd & m, Opnd_Size sz, OpndExt ext = OpndExt_None) {
80 inline static void add_rm(EncoderBase::Operands & args, const RM_Opnd & rm, Opnd_Size sz, OpndExt ext = OpndExt_None) {
enc_base.cpp 669 bool EncoderBase::extAllowed(OpndExt opndExt, OpndExt instExt) {
670 if (instExt == opndExt || instExt == OpndExt_Any || opndExt == OpndExt_Any) {
    [all...]
enc_defs.h 127 typedef enum OpndExt {
132 }OpndExt;

Completed in 334 milliseconds