Searched refs:RXB (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/accel/habanalabs/include/gaudi/ |
H A D | gaudi_fw_if.h | 25 RXB, enumerator
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | apple,mca.yaml | 52 as associated to the TXA, RXA, TXB, RXB units.
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 704 static int RXB(TCGReg v1, TCGReg v2, TCGReg v3, TCGReg v4) 707 * Shift bit 4 of each regno to its corresponding bit of RXB. 708 * RXB itself begins at bit 8 of the instruction so 8 - 4 = 4 723 tcg_out16(s, (op & 0x00ff) | RXB(v1, 0, 0, 0) | (m3 << 12)); 732 tcg_out16(s, (op & 0x00ff) | RXB(v1, 0, 0, 0) | (m4 << 12)); 742 tcg_out16(s, (op & 0x00ff) | RXB(v1, v3, 0, 0) | (m4 << 12)); 751 tcg_out32(s, (op & 0x00ff) | RXB(v1, v2, 0, 0) | (m3 << 12)); 785 tcg_out16(s, (op & 0x00ff) | RXB(v1, 0, 0, 0)); 809 tcg_out16(s, (op & 0x00ff) | RXB(v1, 0, 0, 0) | (m4 << 12)); 821 tcg_out16(s, (op & 0x00ff) | RXB(0, v3, 0, 0) | (m4 << 12)); [all …]
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | vx-insn-asm.h | 203 .macro RXB rxb v1 v2=0 v3=0 v4=0 229 RXB rxb, \v1, \v2, \v3, \v4
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 720 p = deposit32(p, 13, 1, (rm & 8) == 0); /* EVEX.RXB.B */ 721 p = deposit32(p, 14, 1, (index & 8) == 0); /* EVEX.RXB.X */ 722 p = deposit32(p, 15, 1, (r & 8) == 0); /* EVEX.RXB.R */
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 116 47: INC eDI (i64) | REX.RXB (o64)
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 116 47: INC eDI (i64) | REX.RXB (o64)
|
/openbmc/linux/drivers/accel/habanalabs/gaudi/ |
H A D | gaudi.c | 7296 case RXB: in gaudi_print_nic_axi_irq_info()
|