Home
last modified time | relevance | path

Searched refs:move (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.hpp75 # define YY_MOVE std::move
76 # define YY_MOVE_OR_COPY move
316 move (self_type& that) in move() function in yy::parser::semantic_type
319 emplace<T> (std::move (that.as<T> ())); in move()
331 move (self_type&& that) in move() function in yy::parser::semantic_type
333 emplace<T> (std::move (that.as<T> ())); in move()
766 : Base (std::move (that)) in basic_symbol()
768 , location (std::move (that.location)) in basic_symbol()
777 value.move< bool > (std::move (that.value)); in basic_symbol()
781 value.move< enum condition > (std::move (that.value)); in basic_symbol()
[all …]
Dparser.cpp183 parser::by_state::move (by_state& that) in move() function in yy::parser::by_state
308 value.move< bool > (YY_MOVE (that.value)); in stack_symbol_type()
312 value.move< enum condition > (YY_MOVE (that.value)); in stack_symbol_type()
316 value.move< enum fifo_config > (YY_MOVE (that.value)); in stack_symbol_type()
322 value.move< enum in_out_set > (YY_MOVE (that.value)); in stack_symbol_type()
326 value.move< enum irq > (YY_MOVE (that.value)); in stack_symbol_type()
330 value.move< enum mov_op > (YY_MOVE (that.value)); in stack_symbol_type()
335 value.move< extended_mov > (YY_MOVE (that.value)); in stack_symbol_type()
339 value.move< float > (YY_MOVE (that.value)); in stack_symbol_type()
343 value.move< int > (YY_MOVE (that.value)); in stack_symbol_type()
[all …]
/hal_rpi_pico-latest/tools/pioasm/
Dpio_types.h140 …wait_source(type target, rvalue param = 0, int irq_type = 0) : target(target), param(std::move(par… in target()
146 name_ref(const yy::location &l, std::string name) : resolvable(l), name(std::move(name)) {} in name_ref()
155 …st yy::location &l, std::string lang, std::string contents) : resolvable(l), lang(std::move(lang)), in code_block()
156 … contents(std::move(contents)) {} in code_block()
194 resolvable(l), op(op), left(std::move(left)), right(std::move(right)) {} in binary_operation()
221 …st yy::location &l, std::string name, bool is_extern = false) : src_item(l), name(std::move(name)), in src_item()
313 … src_item(l), pioasm(pioasm), name(std::move(name)), sideset_opt(true), sideset_pindirs(false) {} in program()
331 out.pin_count = std::move(v); in set_out()
339 in.pin_count = std::move(v); in set_in()
383 …::location &l, condition c, rvalue target) : instruction(l), cond(c), target(std::move(target)) { } in instr_jmp()
[all …]
Doutput_format.h57 …symbol(std::string name, int value, bool is_label) : name(std::move(name)), value(value), is_label… in symbol()
91 program(std::string name) : name(std::move(name)) {} in program()
120 output_format(std::string name) : name(std::move(name)) {} in output_format()
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_sci_m33.S587 movne r0,r1 @ calculating cosine? move to result registers
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_sci_m33.S128 movne r0,r2 @ calculating cosine? move to result registers