Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/amd64/
H A Didentcpu.c363 pbitdiff(uint32_t value, uint32_t base_value, const char *bits) in pbitdiff() argument
366 if (value == base_value) in pbitdiff()
368 minus = base_value & ~value; in pbitdiff()
369 value &= ~base_value; in pbitdiff()
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dcgen.h911 CGEN_INSN_INT base_value; member
947 #define CGEN_OPCODE_BASE_VALUE(opc) (CGEN_OPCODE_VALUE (opc)->base_value)
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcgen.h922 CGEN_INSN_INT base_value; member
958 #define CGEN_OPCODE_BASE_VALUE(opc) (CGEN_OPCODE_VALUE (opc)->base_value)