| /src/external/gpl3/gdb.old/dist/sim/mn10300/ |
| dv-mn103ser.c | 85 uint8_t txb, rxb, intmode; member in struct:_mn10300_serial 194 serial->device[i].intmode = 0; 316 *(uint8_t *)dest = serial->device[serial_reg].intmode; 491 HW_TRACE ((me, "read - intmode reg%d has 0x%x\n", serial_reg-SC0ICR, 584 serial->device[serial_reg].intmode = val; 674 HW_TRACE ((me, "write - intmode reg%d has 0x%x, nrbytes=%d.\n",
|
| dv-mn103ser.c | 85 uint8_t txb, rxb, intmode; member in struct:_mn10300_serial 194 serial->device[i].intmode = 0; 316 *(uint8_t *)dest = serial->device[serial_reg].intmode; 491 HW_TRACE ((me, "read - intmode reg%d has 0x%x\n", serial_reg-SC0ICR, 584 serial->device[serial_reg].intmode = val; 674 HW_TRACE ((me, "write - intmode reg%d has 0x%x, nrbytes=%d.\n",
|
| /src/external/gpl3/gdb/dist/sim/mn10300/ |
| dv-mn103ser.c | 85 uint8_t txb, rxb, intmode; member in struct:_mn10300_serial 194 serial->device[i].intmode = 0; 316 *(uint8_t *)dest = serial->device[serial_reg].intmode; 491 HW_TRACE ((me, "read - intmode reg%d has 0x%x\n", serial_reg-SC0ICR, 584 serial->device[serial_reg].intmode = val; 674 HW_TRACE ((me, "write - intmode reg%d has 0x%x, nrbytes=%d.\n",
|
| dv-mn103ser.c | 85 uint8_t txb, rxb, intmode; member in struct:_mn10300_serial 194 serial->device[i].intmode = 0; 316 *(uint8_t *)dest = serial->device[serial_reg].intmode; 491 HW_TRACE ((me, "read - intmode reg%d has 0x%x\n", serial_reg-SC0ICR, 584 serial->device[serial_reg].intmode = val; 674 HW_TRACE ((me, "write - intmode reg%d has 0x%x, nrbytes=%d.\n",
|
| /src/sys/arch/macppc/dev/ |
| awacs.c | 976 int i, len, intmode; local 995 intmode = DBDMA_INT_NEVER; 998 intmode = DBDMA_INT_ALWAYS; 1002 intmode, DBDMA_WAIT_NEVER, DBDMA_BRANCH_NEVER);
|
| awacs.c | 976 int i, len, intmode; local 995 intmode = DBDMA_INT_NEVER; 998 intmode = DBDMA_INT_ALWAYS; 1002 intmode, DBDMA_WAIT_NEVER, DBDMA_BRANCH_NEVER);
|
| snapper.c | 1376 int i, len, intmode; local 1396 intmode = 0; 1399 intmode = DBDMA_INT_ALWAYS; 1403 intmode, DBDMA_WAIT_NEVER, DBDMA_BRANCH_NEVER); 1427 int i, len, intmode; local 1447 intmode = 0; 1450 intmode = DBDMA_INT_ALWAYS; 1454 intmode, DBDMA_WAIT_NEVER, DBDMA_BRANCH_NEVER);
|
| snapper.c | 1376 int i, len, intmode; local 1396 intmode = 0; 1399 intmode = DBDMA_INT_ALWAYS; 1403 intmode, DBDMA_WAIT_NEVER, DBDMA_BRANCH_NEVER); 1427 int i, len, intmode; local 1447 intmode = 0; 1450 intmode = DBDMA_INT_ALWAYS; 1454 intmode, DBDMA_WAIT_NEVER, DBDMA_BRANCH_NEVER);
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 2077 machine_mode intmode = GET_MODE (val); local 2081 if (intmode == V4SImode) 2085 tmp[0] = ix86_build_const_vector (intmode, 1, GEN_INT (0xffff)); 2086 tmp[0] = force_reg (intmode, tmp[0]); 2087 tmp[1] = expand_simple_binop (intmode, AND, val, tmp[0], NULL_RTX, 1, 2089 tmp[2] = expand_simple_binop (intmode, LSHIFTRT, val, GEN_INT (16), 2126 machine_mode intmode = GET_MODE_SIZE (mode) == 32 ? V8SImode : V4SImode; local 2148 if (intmode == V4SImode || TARGET_AVX2) 2149 *xorp = expand_simple_binop (intmode, ASHIFT, 2150 gen_lowpart (intmode, tmp[0]) [all...] |
| i386-expand.cc | 2077 machine_mode intmode = GET_MODE (val); local 2081 if (intmode == V4SImode) 2085 tmp[0] = ix86_build_const_vector (intmode, 1, GEN_INT (0xffff)); 2086 tmp[0] = force_reg (intmode, tmp[0]); 2087 tmp[1] = expand_simple_binop (intmode, AND, val, tmp[0], NULL_RTX, 1, 2089 tmp[2] = expand_simple_binop (intmode, LSHIFTRT, val, GEN_INT (16), 2126 machine_mode intmode = GET_MODE_SIZE (mode) == 32 ? V8SImode : V4SImode; local 2148 if (intmode == V4SImode || TARGET_AVX2) 2149 *xorp = expand_simple_binop (intmode, ASHIFT, 2150 gen_lowpart (intmode, tmp[0]) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 1932 machine_mode intmode = GET_MODE (val); local 1936 if (intmode == V4SImode) 1940 tmp[0] = ix86_build_const_vector (intmode, 1, GEN_INT (0xffff)); 1941 tmp[0] = force_reg (intmode, tmp[0]); 1942 tmp[1] = expand_simple_binop (intmode, AND, val, tmp[0], NULL_RTX, 1, 1944 tmp[2] = expand_simple_binop (intmode, LSHIFTRT, val, GEN_INT (16), 1981 machine_mode intmode = GET_MODE_SIZE (mode) == 32 ? V8SImode : V4SImode; local 2003 if (intmode == V4SImode || TARGET_AVX2) 2004 *xorp = expand_simple_binop (intmode, ASHIFT, 2005 gen_lowpart (intmode, tmp[0]) [all...] |
| i386-expand.cc | 1932 machine_mode intmode = GET_MODE (val); local 1936 if (intmode == V4SImode) 1940 tmp[0] = ix86_build_const_vector (intmode, 1, GEN_INT (0xffff)); 1941 tmp[0] = force_reg (intmode, tmp[0]); 1942 tmp[1] = expand_simple_binop (intmode, AND, val, tmp[0], NULL_RTX, 1, 1944 tmp[2] = expand_simple_binop (intmode, LSHIFTRT, val, GEN_INT (16), 1981 machine_mode intmode = GET_MODE_SIZE (mode) == 32 ? V8SImode : V4SImode; local 2003 if (intmode == V4SImode || TARGET_AVX2) 2004 *xorp = expand_simple_binop (intmode, ASHIFT, 2005 gen_lowpart (intmode, tmp[0]) [all...] |