Home
last modified time | relevance | path

Searched refs:regs (Results 1 – 5 of 5) sorted by relevance

/cts/tools/dasm/src/dasm/
DDAsm.java717 String regs[] = Utils.splitRegList(v1); in addOpcode() local
718 if (regs != null) { in addOpcode()
719 int rn = regs.length; in addOpcode()
729 reg_num[i] = getRegNumberFromString(regs[i]); in addOpcode()
777 String regs[] = Utils.splitRegList(v1); in addOpcode() local
779 if (regs != null && regs.length > 0) { in addOpcode()
782 regC = getRegNumberFromString(regs[0]); in addOpcode()
788 if (regs.length > 1) { in addOpcode()
790 regN = getRegNumberFromString(regs[1]); in addOpcode()
1121 String regs[] = Utils.splitRegList(v1); in addOpcode() local
[all …]
Dparser.cup634 // .limit regs <val>
636 REGS Int:v // .limit regs
640 {: dAsm.report_error(".limit expected \"regs\" , but got "
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h183 void *regs; member
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dlocal_poc.h183 void *regs; member
/cts/tools/dasm/test/
Dall_opcodes.d15 .limit regs 4