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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hard-reg-set.h 28 If HARD_REG_SET is a macro, its definition is HARD_REG_ELT_TYPE,
34 the same format as a HARD_REG_SET. To help make sure this is true,
45 #define HARD_REG_SET HARD_REG_ELT_TYPE
52 typedef HARD_REG_ELT_TYPE HARD_REG_SET[HARD_REG_SET_LONGS];
56 /* HARD_REG_SET wrapped into a structure, to make it possible to
57 use HARD_REG_SET even in APIs that should not include
61 HARD_REG_SET set;
65 for use with a HARD_REG_SET. */
70 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
101 #ifdef HARD_REG_SET
    [all...]
function.h 27 #include "hard-reg-set.h" /* For HARD_REG_SET in struct rtl_data. */
454 HARD_REG_SET asm_clobbers;
768 extern bool requires_stack_frame_p (rtx, HARD_REG_SET, HARD_REG_SET);
rtl.h     [all...]
tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h 175 extern void ix86_emit_mode_set (int, int, HARD_REG_SET);

Completed in 683 milliseconds