Searched refs:svc (Results 26 - 29 of 29) sorted by relevance

12

/external/v8/src/arm/
H A Dsimulator-arm.cc800 // reference to a svc (Supervisor Call) instruction that is handled by
802 // offset from the svc instruction so the simulator knows what to call.
1728 int svc = instr->SvcValue(); local
1729 switch (svc) {
1906 if (svc >= (1 << 23)) {
1907 uint32_t code = svc & kStopCodeMask;
1920 // This is not a valid svc code.
H A Dassembler-arm.h946 void svc(uint32_t imm24, Condition cond = al);
/external/llvm/test/MC/ARM/
H A Dbasic-arm-instructions.s2338 svc #16
2339 svc #0
2340 svc #0xffffff
2342 @ CHECK: svc #16 @ encoding: [0x10,0x00,0x00,0xef]
2343 @ CHECK: svc #0 @ encoding: [0x00,0x00,0x00,0xef]
2344 @ CHECK: svc #16777215 @ encoding: [0xff,0xff,0xff,0xef]
H A Dbasic-thumb2-instructions.s2823 svc #0
2828 @ CHECK: svc #0 @ encoding: [0x00,0xdf]

Completed in 229 milliseconds

12