| /src/sys/arch/ia64/disasm/ |
| disasm_format.c | 137 switch ((int)o->o_value) { 166 snprintf(buf, buflen, "ar%d", (int)o->o_value); 172 if (o->o_value != 0) 173 snprintf(buf, buflen, "b%d", (int)o->o_value); 181 switch ((int)o->o_value) { 209 snprintf(buf, buflen, "cr%d", (int)o->o_value); 218 snprintf(buf, buflen, "%lx", ip + o->o_value); 224 snprintf(buf, buflen, "f%d", (int)o->o_value); 232 snprintf(buf, buflen, "0x%lx", o->o_value); 262 snprintf(buf, buflen, "p%d", (int)o->o_value); [all...] |
| disasm_extract.c | 1799 i->i_oper[op].o_value = val; 1811 i->i_oper[op].o_value = val; 1819 i->i_oper[op].o_value = FIELD(bits, o, l); 1836 i->i_oper[op].o_value = imm(bits, 1, o, l); 1843 i->i_oper[op].o_value = imm(bits, 0, o, l); 1869 i->i_oper[op].o_value = vimm(bits, 1, ap); 1879 i->i_oper[op].o_value = vimm(bits, 0, ap); 1889 i->i_oper[op].o_value = vimm(bits, 1, ap) << 4; 2269 i->i_oper[3].o_value <<= 1; 2425 i->i_oper[3].o_value *= -1LL [all...] |
| disasm.h | 191 uint64_t o_value; member in struct:asm_oper
|
| /src/sys/arch/ia64/ia64/ |
| trap.c | 313 return (inst->i_oper[1].o_value);
|
| db_interface.c | 461 if (i->i_oper[0].o_value != 0) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-cp.cc | 1179 widest_int o_value, o_mask; local 1180 get_value_and_mask (operand, &o_value, &o_mask); 1184 TYPE_SIGN (type), TYPE_PRECISION (type), o_value, o_mask);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-cp.cc | 944 widest_int o_value, o_mask; local 945 get_value_and_mask (operand, &o_value, &o_mask); 949 TYPE_SIGN (type), TYPE_PRECISION (type), o_value, o_mask);
|