Lines Matching refs:DECLARE_OP1
340 #define DECLARE_OP1(OP, OPTYPE0) DECLARE_OP2(OP, OPTYPE0, OT_None) in getOperandTypes() macro
341 #define DECLARE_OP0(OP) DECLARE_OP1(OP, OT_None) in getOperandTypes()
343 DECLARE_OP1(DW_CFA_set_loc, OT_Address); in getOperandTypes()
344 DECLARE_OP1(DW_CFA_advance_loc, OT_FactoredCodeOffset); in getOperandTypes()
345 DECLARE_OP1(DW_CFA_advance_loc1, OT_FactoredCodeOffset); in getOperandTypes()
346 DECLARE_OP1(DW_CFA_advance_loc2, OT_FactoredCodeOffset); in getOperandTypes()
347 DECLARE_OP1(DW_CFA_advance_loc4, OT_FactoredCodeOffset); in getOperandTypes()
348 DECLARE_OP1(DW_CFA_MIPS_advance_loc8, OT_FactoredCodeOffset); in getOperandTypes()
351 DECLARE_OP1(DW_CFA_def_cfa_register, OT_Register); in getOperandTypes()
352 DECLARE_OP1(DW_CFA_def_cfa_offset, OT_Offset); in getOperandTypes()
353 DECLARE_OP1(DW_CFA_def_cfa_offset_sf, OT_SignedFactDataOffset); in getOperandTypes()
354 DECLARE_OP1(DW_CFA_def_cfa_expression, OT_Expression); in getOperandTypes()
355 DECLARE_OP1(DW_CFA_undefined, OT_Register); in getOperandTypes()
356 DECLARE_OP1(DW_CFA_same_value, OT_Register); in getOperandTypes()
365 DECLARE_OP1(DW_CFA_restore, OT_Register); in getOperandTypes()
366 DECLARE_OP1(DW_CFA_restore_extended, OT_Register); in getOperandTypes()
370 DECLARE_OP1(DW_CFA_GNU_args_size, OT_Offset); in getOperandTypes()
374 #undef DECLARE_OP1 in getOperandTypes()