Searched refs:safe_vector_operand (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/bfin/ |
| H A D | bfin.c | 4121 safe_vector_operand (rtx x, enum machine_mode mode) in safe_vector_operand() function 4150 op0 = safe_vector_operand (op0, mode0); in bfin_expand_binop_builtin() 4152 op1 = safe_vector_operand (op1, mode1); in bfin_expand_binop_builtin() 4209 op0 = safe_vector_operand (op0, mode0); in bfin_expand_unop_builtin() 4274 op0 = safe_vector_operand (op0, mode0); in bfin_expand_builtin()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.c | 787 static rtx safe_vector_operand PARAMS ((rtx, enum machine_mode)); 13202 safe_vector_operand (x, mode) in safe_vector_operand() function 13237 op0 = safe_vector_operand (op0, mode0); 13239 op1 = safe_vector_operand (op1, mode1); 13292 op1 = safe_vector_operand (op1, mode1); 13327 op0 = safe_vector_operand (op0, mode0); 13361 op0 = safe_vector_operand (op0, mode0); 13397 op0 = safe_vector_operand (op0, mode0); 13399 op1 = safe_vector_operand (op1, mode1); 13448 op0 = safe_vector_operand (op0, mode0); [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.c | 1141 static rtx safe_vector_operand (rtx, enum machine_mode); 15731 safe_vector_operand (rtx x, enum machine_mode mode) in safe_vector_operand() function 15753 op0 = safe_vector_operand (op0, mode0); in ix86_expand_binop_builtin() 15755 op1 = safe_vector_operand (op1, mode1); in ix86_expand_binop_builtin() 15820 op1 = safe_vector_operand (op1, mode1); in ix86_expand_store_builtin() 15852 op0 = safe_vector_operand (op0, mode0); in ix86_expand_unop_builtin() 15884 op0 = safe_vector_operand (op0, mode0); in ix86_expand_unop1_builtin() 15919 op0 = safe_vector_operand (op0, mode0); in ix86_expand_sse_compare() 15921 op1 = safe_vector_operand (op1, mode1); in ix86_expand_sse_compare() 15970 op0 = safe_vector_operand (op0, mode0); in ix86_expand_sse_comi() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm.c | 140 static rtx safe_vector_operand (rtx, enum machine_mode); 12610 safe_vector_operand (rtx x, enum machine_mode mode) in safe_vector_operand() function 12637 op0 = safe_vector_operand (op0, mode0); in arm_expand_binop_builtin() 12639 op1 = safe_vector_operand (op1, mode1); in arm_expand_binop_builtin() 12681 op0 = safe_vector_operand (op0, mode0); in arm_expand_unop_builtin()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.4 | 8120 (ix86_expand_sse_comi, ix86_expand_sse_compare, safe_vector_operand,
|
| H A D | ChangeLog.7 | 20083 (safe_vector_operand): Use V4SFmode, not TImode.
|