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

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1538 static void desynthesise_APSR ( Bool write_nzcvq, Bool write_ge, argument
1541 vassert(write_nzcvq || write_ge);
1552 if (write_ge) {
13310 UInt write_ge = INSN(18,18); local
13312 if (write_nzcvq || write_ge) {
13319 desynthesise_APSR( write_nzcvq, write_ge, immT, condT );
13321 write_nzcvq ? "f" : "", write_ge ? "g" : "", imm);
13332 UInt write_ge = INSN(18,18); local
13334 if (rN != 15 && (write_nzcvq || write_ge)) {
13337 desynthesise_APSR( write_nzcvq, write_ge, rN
17870 UInt write_ge = INSN1(10,10); local
[all...]

Completed in 62 milliseconds