| /src/usr.sbin/fwctl/ |
| eui64.c | 156 unsigned int o0, o1, o2, o3, o4, o5, o6, o7; local 160 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); 165 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); 170 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); 175 &o0, &o1, &o2, &o5, &o6, &o7); 183 &o0, &o1, &o2, &o5, &o6, &o7); 193 e->octet[0]=o0;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| wide-int.cc | 1177 unsigned HOST_WIDE_INT o0 = 0; local 1192 o0 = i < op0len ? (unsigned HOST_WIDE_INT) op0[i] : mask0; 1194 x = o0 + o1 + carry; 1197 carry = carry == 0 ? x < o0 : x <= o0; 1213 unsigned HOST_WIDE_INT x = (val[len - 1] ^ o0) & (val[len - 1] ^ o1); 1216 if (o0 > (unsigned HOST_WIDE_INT) val[len - 1]) 1218 else if (o0 < (unsigned HOST_WIDE_INT) val[len - 1]) 1228 /* Put the MSB of X and O0 and in the top of the HWI. */ 1230 o0 <<= shift [all...] |
| combine.cc | 10196 rtx o0, o1; 10198 o0 = simplify_and_const_int (NULL_RTX, mode, XEXP (varop, 0), constop); 10200 if (o0 == const0_rtx) 10203 return o0; 10162 rtx o0, o1; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| wide-int.cc | 1157 unsigned HOST_WIDE_INT o0 = 0; local 1172 o0 = i < op0len ? (unsigned HOST_WIDE_INT) op0[i] : mask0; 1174 x = o0 + o1 + carry; 1177 carry = carry == 0 ? x < o0 : x <= o0; 1193 unsigned HOST_WIDE_INT x = (val[len - 1] ^ o0) & (val[len - 1] ^ o1); 1196 if (o0 > (unsigned HOST_WIDE_INT) val[len - 1]) 1198 else if (o0 < (unsigned HOST_WIDE_INT) val[len - 1]) 1208 /* Put the MSB of X and O0 and in the top of the HWI. */ 1210 o0 <<= shift [all...] |
| combine.cc | 10142 rtx o0, o1; 10144 o0 = simplify_and_const_int (NULL_RTX, mode, XEXP (varop, 0), constop); 10146 if (o0 == const0_rtx) 10149 return o0; 10108 rtx o0, o1; local
|
| /src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| sparc.cc | 4729 rtx temp1, temp2, temp3, ret, o0, got; 4747 o0 = gen_rtx_REG (Pmode, 8); local 4751 emit_insn (gen_tgd_add (Pmode, o0, got, temp2, addr)); 4752 insn = emit_call_insn (gen_tgd_call (Pmode, o0, sparc_tls_get_addr (), 4754 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), o0); 4758 emit_libcall_block (insn, ret, o0, addr); 4767 o0 = gen_rtx_REG (Pmode, 8); local 4771 emit_insn (gen_tldm_add (Pmode, o0, got, temp2)); 4772 insn = emit_call_insn (gen_tldm_call (Pmode, o0, sparc_tls_get_addr (), 4774 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), o0); 4722 rtx temp1, temp2, temp3, ret, o0, got; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| sparc.cc | 4736 rtx temp1, temp2, temp3, ret, o0, got; 4754 o0 = gen_rtx_REG (Pmode, 8); local 4758 emit_insn (gen_tgd_add (Pmode, o0, got, temp2, addr)); 4759 insn = emit_call_insn (gen_tgd_call (Pmode, o0, sparc_tls_get_addr (), 4761 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), o0); 4765 emit_libcall_block (insn, ret, o0, addr); 4774 o0 = gen_rtx_REG (Pmode, 8); local 4778 emit_insn (gen_tldm_add (Pmode, o0, got, temp2)); 4779 insn = emit_call_insn (gen_tldm_call (Pmode, o0, sparc_tls_get_addr (), 4781 use_reg (&CALL_INSN_FUNCTION_USAGE (insn), o0); 4729 rtx temp1, temp2, temp3, ret, o0, got; local [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| libcrux_mlkem768_sha3.h | 2479 Eurydice_slice o0[1U]; local 2480 memcpy(o0, uu____4.fst, (size_t)1U * sizeof(Eurydice_slice)); 2483 libcrux_sha3_generic_keccak_squeeze_first_block_84(&s, o0); 2838 Eurydice_slice o0[1U]; local 2839 memcpy(o0, uu____4.fst, (size_t)1U * sizeof(Eurydice_slice)); 2842 libcrux_sha3_generic_keccak_squeeze_first_block_840(&s, o0); 2966 Eurydice_slice o0[1U]; local 2967 memcpy(o0, uu____4.fst, (size_t)1U * sizeof(Eurydice_slice)); 2970 libcrux_sha3_generic_keccak_squeeze_first_block_840(&s, o0); 3207 Eurydice_slice o0[1U] local 3573 Eurydice_slice o0[1U]; local 3932 Eurydice_slice o0[1U]; local 4228 Eurydice_slice o0[1U]; local 4436 Eurydice_slice o0[1U]; local 7296 int16_t o0 = libcrux_ml_kem_vector_portable_arithmetic_montgomery_reduce_element( local [all...] |
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| simulator.c | 11103 instr[15] = o0 : 1 if ordered 13263 instr[15] = o0 : 0/1 ==> ok 13275 uint32_t o0 = INSTR (15, 15); local 13285 if (o0 == 0) 13292 dispatch = (op31 << 1) | o0;
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| simulator.c | 11103 instr[15] = o0 : 1 if ordered 13263 instr[15] = o0 : 0/1 ==> ok 13275 uint32_t o0 = INSTR (15, 15); local 13285 if (o0 == 0) 13292 dispatch = (op31 << 1) | o0;
|