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

  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_amd64.s 402 #define CALC_F1_PRE(OFFSET,REG_A,REG_B,REG_C,REG_E) \
403 ADDL OFFSET(R15),REG_E \
405 LEAL (REG_E)(REG_B*1), REG_E \ // Add F from the previous round
410 #define CALC_F1_POST(REG_A,REG_B,REG_E) \
413 LEAL (REG_E)(R12*1), REG_E // E += A >>> 5
512 #define CALC_F2_PRE(OFFSET,REG_A,REG_B,REG_E) \
513 ADDL OFFSET(R15),REG_E \
514 LEAL (REG_E)(REG_B*1), REG_E \ // Add F from the previous roun
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_amd64.s 402 #define CALC_F1_PRE(OFFSET,REG_A,REG_B,REG_C,REG_E) \
403 ADDL OFFSET(R15),REG_E \
405 LEAL (REG_E)(REG_B*1), REG_E \ // Add F from the previous round
410 #define CALC_F1_POST(REG_A,REG_B,REG_E) \
413 LEAL (REG_E)(R12*1), REG_E // E += A >>> 5
512 #define CALC_F2_PRE(OFFSET,REG_A,REG_B,REG_E) \
513 ADDL OFFSET(R15),REG_E \
514 LEAL (REG_E)(REG_B*1), REG_E \ // Add F from the previous roun
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-z80.c 179 #define REG_E (3)
203 {"e", REG_E },
1524 case REG_E:
    [all...]

Completed in 89 milliseconds