Home
last modified time | relevance | path

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

/openbsd/sys/arch/powerpc/ddb/
H A Ddb_disasm.c135 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 Ddb_disasm.c135 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 Dxtensa-relax.c1560 xtensa_opcode *popcode) in wide_branch_opcode() argument
1574 *popcode = opcode; in wide_branch_opcode()