HomeSort by: relevance | last modified time | path
    Searched defs:asm_operand (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/ia64/disasm/
disasm_format.c 129 asm_operand(const struct asm_oper *o, char *buf, size_t buflen, uint64_t ip) function
331 asm_operand(i->i_oper+0, buf, sizeof(buf), ip);
363 asm_operand(i->i_oper + n, buf, sizeof(buf), ip);
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.h 580 struct asm_operand struct in namespace:gcc::jit::playback
582 asm_operand (const char *asm_symbolic_name, function in struct:gcc::jit::playback::asm_operand
649 const auto_vec <asm_operand> *outputs,
650 const auto_vec <asm_operand> *inputs,
jit-recording.cc 7404 /* class asm_operand : public memento. */
7406 recording::asm_operand::asm_operand (extended_asm *ext_asm, function in class:gcc::jit::recording::asm_operand
7417 recording::asm_operand::print (pretty_printer *pp) const
7431 recording::asm_operand::make_debug_string ()
7438 /* class output_asm_operand : public asm_operand. */
7459 asm_operand::print (pp);
7465 /* class input_asm_operand : public asm_operand. */
7486 asm_operand::print (pp);
7534 auto_vec<playback::asm_operand> playback_output_ops
    [all...]
jit-recording.h 2399 class asm_operand : public memento class in namespace:gcc::jit::recording
2402 asm_operand (extended_asm *ext_asm,
2430 class output_asm_operand : public asm_operand
2437 : asm_operand (ext_asm, asm_symbolic_name, constraint),
2454 class input_asm_operand : public asm_operand
2461 : asm_operand (ext_asm, asm_symbolic_name, constraint),
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.h 544 struct asm_operand struct in namespace:gcc::jit::playback
546 asm_operand (const char *asm_symbolic_name, function in struct:gcc::jit::playback::asm_operand
613 const auto_vec <asm_operand> *outputs,
614 const auto_vec <asm_operand> *inputs,
jit-recording.cc 7159 /* class asm_operand : public memento. */
7161 recording::asm_operand::asm_operand (extended_asm *ext_asm, function in class:gcc::jit::recording::asm_operand
7172 recording::asm_operand::print (pretty_printer *pp) const
7186 recording::asm_operand::make_debug_string ()
7193 /* class output_asm_operand : public asm_operand. */
7214 asm_operand::print (pp);
7220 /* class input_asm_operand : public asm_operand. */
7241 asm_operand::print (pp);
7289 auto_vec<playback::asm_operand> playback_output_ops
    [all...]
jit-recording.h 2280 class asm_operand : public memento class in namespace:gcc::jit::recording
2283 asm_operand (extended_asm *ext_asm,
2311 class output_asm_operand : public asm_operand
2318 : asm_operand (ext_asm, asm_symbolic_name, constraint),
2335 class input_asm_operand : public asm_operand
2342 : asm_operand (ext_asm, asm_symbolic_name, constraint),

Completed in 28 milliseconds