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

  /dalvik/vm/compiler/codegen/x86/libenc/
dec_base.h 120 , const Rex *rex
127 , const Rex *rex
dec_base.cpp 184 ((NULL == rex || 0 == rex->flag) ? reg : (reg + 8))
189 //don't know the use of rex, seems not used when _EM64T_ is not enabled
193 , const Rex UNREF *rex
211 decodeModRM(odesc, pbuf, pinst, rex);
228 decodeModRM(odesc, pbuf, pinst, rex);
311 , rex
378 Rex *prex = NULL;
379 Rex rex local
    [all...]
enc_base.h 39 struct Rex;
600 unsigned idx, const OpcodeDesc * odesc, Rex * prex);
606 unsigned * pargsCount, Rex* prex);
enc_base.cpp 104 unsigned * pargsCount, Rex * prex)
313 Rex *prex = NULL;
315 // We need rex if
318 // So, if we don't have REX in opcode but need_rex, then set rex here
319 // otherwise, wait until opcode is set, and then update REX
324 Rex *prex = (Rex*)stream;
334 prex = (Rex*)stream;
346 prex = (Rex*)stream
    [all...]
enc_prvt.h 253 * @brief Represents the REX part of instruction.
255 struct Rex {

Completed in 54 milliseconds