• Home
  • Raw
  • Download

Lines Matching refs:bD

15190       UInt   bD    = (insn28 >> 22) & 1;  in decode_CP10_CP11_instruction()  local
15191 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction()
15249 UInt bD = (insn28 >> 22) & 1; in decode_CP10_CP11_instruction() local
15252 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction()
15398 UInt bD = (insn28 >> 22) & 1; in decode_CP10_CP11_instruction() local
15399 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction()
15433 UInt bD = (insn28 >> 22) & 1; in decode_CP10_CP11_instruction() local
15436 UInt fD = (INSN(15,12) << 1) | bD; /* dst/acc */ in decode_CP10_CP11_instruction()
15575 UInt bD = (insn28 >> 22) & 1; in decode_CP10_CP11_instruction() local
15577 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction()
15635 UInt bD = (insn28 >> 22) & 1; in decode_CP10_CP11_instruction() local
15637 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction()
15685 UInt bD = (insn28 >> 22) & 1; in decode_CP10_CP11_instruction() local
15687 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction()
15717 UInt bD = (insn28 >> 22) & 1; in decode_CP10_CP11_instruction() local
15718 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction()
15766 UInt bD = (insn28 >> 22) & 1; in decode_CP10_CP11_instruction() local
15767 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction()
15793 UInt bD = INSN(22,22); in decode_CP10_CP11_instruction() local
15806 UInt d = dp_op ? ((bD << 4) | Vd) : ((Vd << 1) | bD); in decode_CP10_CP11_instruction()