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

  /toolchain/binutils/binutils-2.25/gas/config/
bfin-parse.y 607 %type <reg> REG_A
800 | REG ASSIGN LPAREN a_plusassign REG_A RPAREN
810 | HALF_REG ASSIGN LPAREN a_plusassign REG_A RPAREN
909 | REG ASSIGN REG_A PLUS REG_A COMMA REG ASSIGN REG_A MINUS REG_A amod1
996 | a_assign ABS REG_A
1163 | a_assign MINUS REG_A
1186 | a_assign REG_A LPAREN S RPARE
    [all...]
tc-z80.c 175 #define REG_A (7)
196 {"a", REG_A },
1112 case REG_A:
1155 case REG_A:
1322 if (REG_A == reg.X_add_number)
1384 if (REG_A == reg.X_add_number)
1483 if (src->X_md == 0 && src->X_op == O_register && src->X_add_number == REG_A)
1493 case REG_A:
    [all...]
tc-m68hc11.c 123 REG_A = 0,
1054 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 572 milliseconds