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

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h 205 * @brief Extracts appropriate OpndRole for a given operand.
210 static OpndRole getOpndRoles(OpndRolesDesc ord, unsigned idx)
213 return (OpndRole)(ord.roles>>((ord.count-1-idx)*2) & 0x3);
enc_defs.h 135 * enum OpndRole defines the role of an operand in an instruction
137 * info can be combined in 2 bits which is used, say in Encoder::OpndRole.
140 typedef enum OpndRole {
146 } OpndRole;

Completed in 103 milliseconds