Searched refs:scalar_oprd2 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c21566 unsigned scalar_oprd2 = 0;
21580 scalar_oprd2 = neon_scalar_for_mul (inst.operands[2].reg, 32);
21612 inst.instruction |= LOW4 (scalar_oprd2);
21613 inst.instruction |= HI1 (scalar_oprd2) << 5;
21560 unsigned scalar_oprd2 = 0; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c21500 unsigned scalar_oprd2 = 0;
21514 scalar_oprd2 = neon_scalar_for_mul (inst.operands[2].reg, 32);
21546 inst.instruction |= LOW4 (scalar_oprd2);
21547 inst.instruction |= HI1 (scalar_oprd2) << 5;
21494 unsigned scalar_oprd2 = 0; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c21566 unsigned scalar_oprd2 = 0;
21580 scalar_oprd2 = neon_scalar_for_mul (inst.operands[2].reg, 32);
21612 inst.instruction |= LOW4 (scalar_oprd2);
21613 inst.instruction |= HI1 (scalar_oprd2) << 5;
21560 unsigned scalar_oprd2 = 0; local

Completed in 356 milliseconds