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

  /toolchain/binutils/binutils-2.27/gas/config/
bfin-parse.y 606 %type <reg> REG_A
799 | REG ASSIGN LPAREN a_plusassign REG_A RPAREN
809 | HALF_REG ASSIGN LPAREN a_plusassign REG_A RPAREN
908 | REG ASSIGN REG_A PLUS REG_A COMMA REG ASSIGN REG_A MINUS REG_A amod1
995 | a_assign ABS REG_A
1162 | a_assign MINUS REG_A
1185 | a_assign REG_A LPAREN S RPARE
    [all...]
tc-z80.c 175 #define REG_A (7)
196 {"a", REG_A },
1113 case REG_A:
1156 case REG_A:
1323 if (REG_A == reg.X_add_number)
1385 if (REG_A == reg.X_add_number)
1484 if (src->X_md == 0 && src->X_op == O_register && src->X_add_number == REG_A)
1494 case REG_A:
    [all...]
tc-m68hc11.c 123 REG_A = 0,
1051 return REG_A;
    [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 \
406 RORXL $0x1b, REG_A, R12 \
407 RORXL $2, REG_A, REG_B // for next round
410 #define CALC_F1_POST(REG_A,REG_B,REG_E) \
411 ANDL REG_B,REG_A \ // b&c
412 XORL BP, REG_A \ // F1 = (b&c) ^ (~b&d)
512 #define CALC_F2_PRE(OFFSET,REG_A,REG_B,REG_E) \
515 RORXL $0x1b, REG_A, R12 \
516 RORXL $2, REG_A, REG_B // for next 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) \
404 ANDNL REG_C,REG_A,BP \
406 RORXL $0x1b, REG_A, R12 \
407 RORXL $2, REG_A, REG_B // for next round
410 #define CALC_F1_POST(REG_A,REG_B,REG_E) \
411 ANDL REG_B,REG_A \ // b&c
412 XORL BP, REG_A \ // F1 = (b&c) ^ (~b&d)
512 #define CALC_F2_PRE(OFFSET,REG_A,REG_B,REG_E) \
515 RORXL $0x1b, REG_A, R12 \
516 RORXL $2, REG_A, REG_B // for next roun
    [all...]

Completed in 148 milliseconds