Home
last modified time | relevance | path

Searched refs:xasm (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc16178 ix86_output_indirect_branch_via_push (rtx call_op, const char *xasm, in ix86_output_indirect_branch_via_push() argument
16200 TARGET_64BIT ? 'q' : 'l', xasm); in ix86_output_indirect_branch_via_push()
16277 ix86_output_indirect_branch (rtx call_op, const char *xasm, in ix86_output_indirect_branch() argument
16283 ix86_output_indirect_branch_via_push (call_op, xasm, sibcall_p); in ix86_output_indirect_branch()
16426 const char *xasm; in ix86_output_call_insn() local
16439 xasm = "{%p0@GOTPCREL(%%rip)|[QWORD PTR %p0@GOTPCREL[rip]]}"; in ix86_output_call_insn()
16441 xasm = "%!jmp\t{*%p0@GOTPCREL(%%rip)|[QWORD PTR %p0@GOTPCREL[rip]]}"; in ix86_output_call_insn()
16446 xasm = "{%p0@GOT|[DWORD PTR %p0@GOT]}"; in ix86_output_call_insn()
16448 xasm = "%!jmp\t{*%p0@GOT|[DWORD PTR %p0@GOT]}"; in ix86_output_call_insn()
16452 xasm = "%!jmp\t%P0"; in ix86_output_call_insn()
[all …]
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
Dcgram.y249 designator_list designator xasm oplist oper cnstr
1011 | C_ASM mvol '(' string xasm ')' { mkxasm($4, $5); }
1018 xasm: ':' oplist { $$ = xcmop($2, NIL, NIL); }
/netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/
Dcgram.y276 designator_list designator xasm oplist oper cnstr funtype
1001 | C_ASM mvol '(' svstr xasm ')' { mkxasm($4, $5); }
1011 xasm: ':' oplist { $$ = xcmop($2, NULL, NULL); }