Binary Coded Decimal Instructions are part of the x86 architecture at least from the i8086. They are like AAA, DAA, AAS, DAS, and help to work with arithmetic operations on BCD numbers.
Here is some reference of them:
https://en.wikipedia.org/wiki/Intel_BCD_opcode
According to Intel's Software Developer's Manual. Those instructions are not available in long (64 bits) mode. I'm know maybe the only people that actually know why are the designers of the architecture, but why do you think they remove them?