Searched refs:Movs (Results 1 – 15 of 15) sorted by relevance
/external/compiler-rt/lib/asan/tests/ |
D | asan_asm_test.cc | 60 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument 62 __asm__("rep " Movs " \n\t" \ 102 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument 104 __asm__("rep " Movs " \n\t" \
|
/external/vixl/test/aarch32/ |
D | test-disasm-a32.cc | 1441 COMPARE_BOTH(Movs(r0, 0xbadbeef), in TEST() 1445 COMPARE_A32(Movs(eq, r0, 0xbadbeef), in TEST() 1449 COMPARE_T32(Movs(eq, r0, 0xbadbeef), in TEST() 1454 COMPARE_A32(Movs(pc, 0x1), "movs pc, #1\n"); in TEST() 1455 MUST_FAIL_TEST_T32(Movs(pc, 0x1), "Unpredictable instruction.\n"); in TEST() 1456 MUST_FAIL_TEST_BOTH(Movs(pc, 0xbadbeed), "Ill-formed 'movs' instruction.\n"); in TEST() 1977 TEST_MOV_SHIFT_T32(Movs, "s", 0x00000006) in TEST() 1979 MUST_FAIL_TEST_BOTH(Movs(pc, r0), "Unpredictable instruction.\n"); in TEST() 1980 MUST_FAIL_TEST_BOTH(Movs(pc, Operand(r0, LSL, 0x4)), in TEST() 1982 MUST_FAIL_TEST_BOTH(Movs(pc, Operand(r0, ASR, r2)), in TEST() [all …]
|
D | test-simulator-cond-rd-operand-const-a32.cc | 121 M(Movs) \
|
D | test-simulator-cond-rd-operand-const-t32.cc | 121 M(Movs) \
|
D | test-simulator-cond-rd-operand-rn-a32.cc | 121 M(Movs) \
|
D | test-simulator-cond-rd-operand-rn-t32.cc | 121 M(Movs) \
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc | 121 M(Movs) \
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc | 121 M(Movs) \
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc | 121 M(Movs) \
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc | 121 M(Movs) \
|
D | test-simulator-cond-rdlow-operand-imm8-t32.cc | 120 M(Movs)
|
D | test-simulator-cond-rd-operand-rn-shift-rs-t32.cc | 119 M(Movs)
|
D | test-simulator-cond-rd-operand-rn-shift-rs-a32.cc | 121 M(Movs) \
|
D | test-assembler-aarch32.cc | 2493 __ Movs(r0, 0); in TEST_T32() local 4741 __ Movs(r0, 0); in TEST_T32() local 4781 __ Movs(r0, 0); in TEST_T32() local
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 2550 Movs(cond, rd, operand); in Mov() 2573 Movs(cond, rd, operand); in Mov() 2584 void Movs(Condition cond, Register rd, const Operand& operand) { in Movs() function 2593 void Movs(Register rd, const Operand& operand) { Movs(al, rd, operand); } in Movs() function
|