Searched refs:note1 (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-bfin.c | 1038 INSTR_T note1 = NULL_CODE; in Expr_Node_Gen_Reloc() local 1061 note1 = conscode (gencode (value), NULL_CODE); in Expr_Node_Gen_Reloc() 1065 note1 = conscode (gencode (value), NULL_CODE); in Expr_Node_Gen_Reloc() 1072 note1 = conscode (gencode (value), NULL_CODE); in Expr_Node_Gen_Reloc() 1079 note1 = conscode (gencode (value >> 1), NULL_CODE); in Expr_Node_Gen_Reloc() 1082 note1 = NULL_CODE; in Expr_Node_Gen_Reloc() 1086 note = note1; in Expr_Node_Gen_Reloc() 1090 if (note1 != NULL_CODE) in Expr_Node_Gen_Reloc() 1091 note = conscode (note1, note); in Expr_Node_Gen_Reloc() 1105 if (note1 != NULL_CODE) in Expr_Node_Gen_Reloc() [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | RISCVUsage.rst | 63 ``Zbkb`` Supported (`See note <#riscv-scalar-crypto-note1>`__) 65 ``Zbkx`` Supported (`See note <#riscv-scalar-crypto-note1>`__) 113 .. _riscv-scalar-crypto-note1:
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | emit-rtl.c | 5305 rtx note1, note2, link; in emit_copy_of_insn_after() local 5358 if ((note1 = find_reg_note (new, REG_RETVAL, NULL_RTX)) != NULL) in emit_copy_of_insn_after() 5363 XEXP (note1, 0) = p; in emit_copy_of_insn_after()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | emit-rtl.c | 5572 rtx note1, note2, link; local 5620 if ((note1 = find_reg_note (new, REG_RETVAL, NULL_RTX)) != NULL) 5625 XEXP (note1, 0) = p;
|