Searched refs:hvc (Results 1 - 9 of 9) sorted by relevance

/external/llvm/test/MC/ARM/
H A Dvirtexts-arm.s3 hvc #1
4 hvc #7
5 hvc #257
6 hvc #65535
H A Dvirtexts-thumb.s3 hvc #1
4 hvc #7
5 hvc #257
6 hvc #65535
12 hvc.w #1
13 hvc.w #7
14 hvc.w #257
15 hvc.w #65535
/external/llvm/test/MC/AArch64/
H A Darm64-branch-encoding.s144 hvc #6
H A Dbasic-a64-instructions.s1713 hvc #1
1717 // CHECK: hvc #{{1|0x1}} // encoding: [0x22,0x00,0x00,0xd4]
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h2217 void hvc(Condition cond, uint32_t imm);
2218 void hvc(uint32_t imm) { hvc(al, imm); } function in class:vixl::aarch32::Assembler
H A Ddisasm-aarch32.h636 void hvc(Condition cond, uint32_t imm);
H A Dassembler-aarch32.cc4156 void Assembler::hvc(Condition cond, uint32_t imm) { function in class:vixl::aarch32::Assembler
4174 Delegate(kHvc, &Assembler::hvc, cond, imm);
H A Dmacro-assembler-aarch32.h1895 hvc(cond, imm);
H A Ddisasm-aarch32.cc1526 void Disassembler::hvc(Condition cond, uint32_t imm) { function in class:vixl::aarch32::Disassembler
9790 hvc(Condition::None(), imm);
[all...]

Completed in 804 milliseconds