Searched refs:exops (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| H A D | pdp11.md | 257 rtx exops[2][2]; 262 pdp11_expand_operands (inops, exops, 2, 2, NULL, big); 265 if (CONST_INT_P (exops[0][1]) && INTVAL (exops[0][1]) == 0) 266 output_asm_insn ("tst\t%0", exops[0]); 268 output_asm_insn ("cmp\t%0,%1", exops[0]); 270 if (CONST_INT_P (exops[1][1]) && INTVAL (exops[1][1]) == 0) 271 output_asm_insn ("tst\t%0", exops[1]); 273 output_asm_insn ("cmp\t%0,%1", exops[1]); 291 rtx exops[4][2]; 297 pdp11_expand_operands (inops, exops, 2, 4, NULL, big); [all …]
|
| H A D | pdp11.cc | 470 pdp11_expand_operands (rtx *operands, rtx exops[][2], in pdp11_expand_operands() 603 exops[i][op] = gen_rtx_REG (HImode, REGNO (operands[op]) + w); in pdp11_expand_operands() 605 exops[i][op] = adjust_address (operands[op], HImode, w * 2); in pdp11_expand_operands() 611 exops[i][op] = gen_rtx_CONST_INT (HImode, (sval[w / 2] >> sh) & 0xffff); in pdp11_expand_operands() 616 …exops[i][op] = gen_rtx_CONST_INT (HImode, trunc_int_for_mode (INTVAL(operands[op]) >> sh, HImode)); in pdp11_expand_operands() 620 exops[i][op] = operands[op]; in pdp11_expand_operands() 634 rtx exops[4][2]; in output_move_multiple() local 646 pdp11_expand_operands (inops, exops, 2, words, action, either); in output_move_multiple() 662 output_asm_insn (singlemove_string (exops[i]), exops[i]); in output_move_multiple() 1979 rtx exops[2][2]; in pdp11_assemble_shift() local [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/ |
| H A D | pdp11.md | 255 rtx exops[2][2]; 260 pdp11_expand_operands (inops, exops, 2, 2, NULL, big); 263 if (CONST_INT_P (exops[0][1]) && INTVAL (exops[0][1]) == 0) 264 output_asm_insn ("tst\t%0", exops[0]); 266 output_asm_insn ("cmp\t%0,%1", exops[0]); 268 if (CONST_INT_P (exops[1][1]) && INTVAL (exops[1][1]) == 0) 269 output_asm_insn ("tst\t%0", exops[1]); 271 output_asm_insn ("cmp\t%0,%1", exops[1]); 289 rtx exops[4][2]; 295 pdp11_expand_operands (inops, exops, 2, 4, NULL, big); [all …]
|
| H A D | pdp11.c | 470 pdp11_expand_operands (rtx *operands, rtx exops[][2], in pdp11_expand_operands() 603 exops[i][op] = gen_rtx_REG (HImode, REGNO (operands[op]) + w); in pdp11_expand_operands() 605 exops[i][op] = adjust_address (operands[op], HImode, w * 2); in pdp11_expand_operands() 611 exops[i][op] = gen_rtx_CONST_INT (HImode, (sval[w / 2] >> sh) & 0xffff); in pdp11_expand_operands() 616 …exops[i][op] = gen_rtx_CONST_INT (HImode, trunc_int_for_mode (INTVAL(operands[op]) >> sh, HImode)); in pdp11_expand_operands() 620 exops[i][op] = operands[op]; in pdp11_expand_operands() 634 rtx exops[4][2]; in output_move_multiple() local 646 pdp11_expand_operands (inops, exops, 2, words, action, either); in output_move_multiple() 662 output_asm_insn (singlemove_string (exops[i]), exops[i]); in output_move_multiple() 1981 rtx exops[2][2]; in pdp11_assemble_shift() local [all …]
|
| /netbsd-src/external/bsd/openldap/dist/doc/devel/lloadd/ |
| H A D | design.md | 17 - [-] rootDSE? Controls and exops might have different semantics and need 255 controls/exops/sasl mechs (external!) that are supported 258 controls, exops, sasl mechs, naming contexts in the balancer)
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | proto-slap.h | 678 #define register_supported_control(oid, mask, exops, fn, cid) \ argument 679 register_supported_control2((oid), (mask), (exops), (fn), 0, (cid))
|