Home
last modified time | relevance | path

Searched refs:data_mode (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/disk/nata/
H A Datapi-cd.h253 u_int8_t data_mode :4; /* data mode of this disc */ member
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c19783 enum machine_mode data_mode = GET_MODE (operands[0]); in ix86_expand_int_vcond() local
19795 && data_mode == mode in ix86_expand_int_vcond()
19797 && operands[1 + (code == LT)] == CONST0_RTX (data_mode) in ix86_expand_int_vcond()
19798 && GET_MODE_SIZE (GET_MODE_INNER (data_mode)) > 1 in ix86_expand_int_vcond()
19799 && GET_MODE_SIZE (GET_MODE_INNER (data_mode)) <= 8 in ix86_expand_int_vcond()
19800 && (GET_MODE_SIZE (data_mode) == 16 in ix86_expand_int_vcond()
19801 || (TARGET_AVX2 && GET_MODE_SIZE (data_mode) == 32))) in ix86_expand_int_vcond()
19804 int shift = GET_MODE_BITSIZE (GET_MODE_INNER (data_mode)) - 1; in ix86_expand_int_vcond()
19805 if (negop == CONST1_RTX (data_mode)) in ix86_expand_int_vcond()
19813 else if (GET_MODE_INNER (data_mode) != DImode in ix86_expand_int_vcond()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c24468 machine_mode data_mode = GET_MODE (dest); in ix86_expand_int_sse_cmp() local
24608 if (data_mode == mode) in ix86_expand_int_sse_cmp()
24615 gcc_assert (GET_MODE_SIZE (data_mode) == GET_MODE_SIZE (mode)); in ix86_expand_int_sse_cmp()
24619 x = gen_lowpart (data_mode, x); in ix86_expand_int_sse_cmp()
24705 machine_mode data_mode = GET_MODE (operands[0]); in ix86_expand_int_vcond() local
24717 && data_mode == mode in ix86_expand_int_vcond()
24719 && operands[1 + (code == LT)] == CONST0_RTX (data_mode) in ix86_expand_int_vcond()
24720 && GET_MODE_UNIT_SIZE (data_mode) > 1 in ix86_expand_int_vcond()
24721 && GET_MODE_UNIT_SIZE (data_mode) <= 8 in ix86_expand_int_vcond()
24722 && (GET_MODE_SIZE (data_mode) == 16 in ix86_expand_int_vcond()
[all …]