Searched refs:popcode (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/arch/powerpc/ddb/ |
H A D | db_disasm.c | 135 void disasm_fields(u_int32_t addr, const struct opcode *popcode, instr_t instr, 1084 disasm_fields(u_int32_t addr, const struct opcode *popcode, instr_t instr, in disasm_fields() argument 1089 if (popcode->decode_str == NULL || popcode->decode_str[0] == '0') { in disasm_fields() 1092 pfmt = popcode->decode_str; in disasm_fields()
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | db_disasm.c | 135 void disasm_fields(u_int32_t addr, const struct opcode *popcode, instr_t instr, 1084 disasm_fields(u_int32_t addr, const struct opcode *popcode, instr_t instr, in disasm_fields() argument 1089 if (popcode->decode_str == NULL || popcode->decode_str[0] == '0') { in disasm_fields() 1092 pfmt = popcode->decode_str; in disasm_fields()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | xtensa-relax.c | 1560 xtensa_opcode *popcode) in wide_branch_opcode() argument 1574 *popcode = opcode; in wide_branch_opcode()
|