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

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1548 static void desynthesise_APSR ( Bool write_nzcvq, Bool write_ge, argument
1551 vassert(write_nzcvq || write_ge);
1562 if (write_ge) {
15926 UInt write_ge = INSN(18,18); local
15928 if (write_nzcvq || write_ge) {
15935 desynthesise_APSR( write_nzcvq, write_ge, immT, condT );
15937 write_nzcvq ? "f" : "", write_ge ? "g" : "", imm);
15948 UInt write_ge = INSN(18,18); local
15950 if (rN != 15 && (write_nzcvq || write_ge)) {
15953 desynthesise_APSR( write_nzcvq, write_ge, rN
21264 UInt write_ge = INSN1(10,10); local
[all...]

Completed in 590 milliseconds