Home
last modified time | relevance | path

Searched refs:V_INT (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c1896 #define V_INT 2 macro
1920 { "completion-display-width", V_INT, sv_compwidth },
1921 { "completion-prefix-display-length", V_INT, sv_dispprefix },
1922 { "completion-query-items", V_INT, sv_compquery },
1925 { "history-size", V_INT, sv_histsize },
1928 { "keyseq-timeout", V_INT, sv_seqtimeout },
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-valu.md70 (define_mode_iterator V_INT
2818 (define_expand "vcondu<V_ALL:mode><V_INT:mode>"
2823 [(match_operand:V_INT 4 "gcn_alu_operand")
2824 (match_operand:V_INT 5 "gcn_vop3_operand")])]
2828 emit_insn (gen_vec_cmpu<V_INT:mode>di
2835 (define_expand "vcondu<V_ALL:mode><V_INT:mode>_exec"
2840 [(match_operand:V_INT 4 "gcn_alu_operand")
2841 (match_operand:V_INT 5 "gcn_vop3_operand")])
2846 emit_insn (gen_vec_cmpu<V_INT:mode>di_exec
3005 [(match_operand:V_INT 0 "register_operand")
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-valu.md70 (define_mode_iterator V_INT
2850 (define_expand "vcondu<V_ALL:mode><V_INT:mode>"
2855 [(match_operand:V_INT 4 "gcn_alu_operand")
2856 (match_operand:V_INT 5 "gcn_vop3_operand")])]
2860 emit_insn (gen_vec_cmpu<V_INT:mode>di
2867 (define_expand "vcondu<V_ALL:mode><V_INT:mode>_exec"
2872 [(match_operand:V_INT 4 "gcn_alu_operand")
2873 (match_operand:V_INT 5 "gcn_vop3_operand")])
2878 emit_insn (gen_vec_cmpu<V_INT:mode>di_exec
3037 [(match_operand:V_INT 0 "register_operand")
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202026313 (VEC_ALLREG_INT_MODE): Rename to V_INT throughout.