Searched refs:temp4 (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sparc.c | 1107 rtx temp1, temp2, temp3, temp4, temp5; in sparc_emit_set_symbolic_const64() local 1200 temp4 = op0; in sparc_emit_set_symbolic_const64() 1208 temp4 = gen_reg_rtx (DImode); in sparc_emit_set_symbolic_const64() 1215 emit_insn (gen_rtx_SET (VOIDmode, temp4, in sparc_emit_set_symbolic_const64() 1218 gen_rtx_PLUS (DImode, temp4, temp2))); in sparc_emit_set_symbolic_const64() 1272 temp4 = op0; in sparc_emit_set_symbolic_const64() 1280 temp4 = gen_reg_rtx (DImode); in sparc_emit_set_symbolic_const64() 1287 emit_insn (gen_rtx_SET (VOIDmode, temp4, in sparc_emit_set_symbolic_const64() 1290 gen_rtx_PLUS (DImode, temp4, temp2))); in sparc_emit_set_symbolic_const64() 1467 rtx temp4 = gen_reg_rtx (DImode); in sparc_emit_set_const64_longway() local [all …]
|
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.c | 108163 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); 108164 yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp4, 0);
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.c | 127411 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); 127412 yygotominor.yy346.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp4, 0);
|