Return values for processor_t::is_sp_based() 
 | 
| 
#define  | OP_FP_BASED   0x00000000 | 
|   | operand is FP based 
  | 
|   | 
| 
#define  | OP_SP_BASED   0x00000001 | 
|   | operand is SP based 
  | 
|   | 
| 
#define  | OP_SP_ADD   0x00000000 | 
|   | operand value is added to the pointer 
  | 
|   | 
| 
#define  | OP_SP_SUB   0x00000002 | 
|   | operand value is subtracted from the pointer 
  | 
|   |