Searched refs:SPSR_x (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | special-reg-acore.ll | 39 ; ACORE: msr SPSR_x, r0
|
/external/v8/test/cctest/ |
D | test-disasm-arm.cc | 460 SRegisterFieldMask SPSR_all = SPSR_f | SPSR_s | SPSR_x | SPSR_c; in TEST() 469 COMPARE(msr(SPSR_x, Operand(r2)), "e162f002 msr SPSR_x, r2"); in TEST() 479 COMPARE(msr(SPSR_x, Operand(r2), vc), "7162f002 msrvc SPSR_x, r2"); in TEST() 486 COMPARE(msr(SPSR_s | SPSR_x | SPSR_c, Operand(r5)), in TEST()
|
/external/v8/src/arm/ |
D | constants-arm.h | 278 SPSR_x = SPSR | 1 << 17, enumerator
|