Home
last modified time | relevance | path

Searched refs:get_push_get_index (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.cpp310 uint instr_mov::get_push_get_index(const program &program, extended_mov index) { in get_push_get_index() function in instr_mov
352 return {inst_type::push_pull, 0, 0x10 | get_push_get_index(program, dest) }; in raw_encode()
354 return {inst_type::push_pull, 0x4, 0x10 | get_push_get_index(program, src) }; in raw_encode()
Dpio_types.h462 uint get_push_get_index(const program &program, extended_mov index);