Home
last modified time | relevance | path

Searched refs:o_value (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/ia64/disasm/
H A Ddisasm_format.c137 switch ((int)o->o_value) { in asm_operand()
166 snprintf(buf, buflen, "ar%d", (int)o->o_value); in asm_operand()
172 if (o->o_value != 0) in asm_operand()
173 snprintf(buf, buflen, "b%d", (int)o->o_value); in asm_operand()
181 switch ((int)o->o_value) { in asm_operand()
209 snprintf(buf, buflen, "cr%d", (int)o->o_value); in asm_operand()
218 snprintf(buf, buflen, "%lx", ip + o->o_value); in asm_operand()
224 snprintf(buf, buflen, "f%d", (int)o->o_value); in asm_operand()
232 snprintf(buf, buflen, "0x%lx", o->o_value); in asm_operand()
262 snprintf(buf, buflen, "p%d", (int)o->o_value); in asm_operand()
[all …]
H A Ddisasm_extract.c1799 i->i_oper[op].o_value = val; in op_imm()
1811 i->i_oper[op].o_value = val; in op_value()
1819 i->i_oper[op].o_value = FIELD(bits, o, l); in operand()
1836 i->i_oper[op].o_value = imm(bits, 1, o, l); in s_imm()
1843 i->i_oper[op].o_value = imm(bits, 0, o, l); in u_imm()
1869 i->i_oper[op].o_value = vimm(bits, 1, ap); in s_immf()
1879 i->i_oper[op].o_value = vimm(bits, 0, ap); in u_immf()
1889 i->i_oper[op].o_value = vimm(bits, 1, ap) << 4; in disp()
2269 i->i_oper[3].o_value <<= 1; in asm_extract()
2425 i->i_oper[3].o_value *= -1LL; in asm_extract()
[all …]
H A Ddisasm.h191 uint64_t o_value; member
/netbsd-src/sys/arch/ia64/ia64/
H A Dtrap.c313 return (inst->i_oper[1].o_value); in trap_decode_break()
H A Ddb_interface.c461 if (i->i_oper[0].o_value != 0) { in db_disasm()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c1113 widest_int o_value, o_mask; in meet_with() local
1114 get_value_and_mask (operand, &o_value, &o_mask); in meet_with()
1118 TYPE_SIGN (type), TYPE_PRECISION (type), o_value, o_mask); in meet_with()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc1179 widest_int o_value, o_mask; in meet_with() local
1180 get_value_and_mask (operand, &o_value, &o_mask); in meet_with()
1184 TYPE_SIGN (type), TYPE_PRECISION (type), o_value, o_mask); in meet_with()