HomeSort by relevance Sort by last modified time
    Searched refs:REG_C (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
crx-opc.c 638 #define REG_C(N) REG(CONCAT2(c,N), N, CRX_C_REGTYPE)
640 REG_C(0), REG_C(1), REG_C(2), REG_C(3),
641 REG_C(4), REG_C(5), REG_C(6), REG_C(7),
642 REG_C(8), REG_C(9), REG_C(10), REG_C(11)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-z80.c 177 #define REG_C (1)
200 {"c", REG_C },
1333 if (port.X_add_number == REG_C)
1395 if (REG_C == port.X_add_number)
1522 case REG_C:
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_amd64.s 402 #define CALC_F1_PRE(OFFSET,REG_A,REG_B,REG_C,REG_E) \
404 ANDNL REG_C,REG_A,BP \
518 #define CALC_F2_POST(REG_A,REG_B,REG_C,REG_E) \
521 XORL REG_C, REG_A
620 #define CALC_F3_POST(REG_A,REG_B,REG_C,REG_E,REG_TB) \
626 ANDL REG_C, BP \ // Calculate F for the next round
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_amd64.s 402 #define CALC_F1_PRE(OFFSET,REG_A,REG_B,REG_C,REG_E) \
404 ANDNL REG_C,REG_A,BP \
518 #define CALC_F2_POST(REG_A,REG_B,REG_C,REG_E) \
521 XORL REG_C, REG_A
620 #define CALC_F3_POST(REG_A,REG_B,REG_C,REG_E,REG_TB) \
626 ANDL REG_C, BP \ // Calculate F for the next round

Completed in 395 milliseconds