Searched refs:notCond (Results 1 – 2 of 2) sorted by relevance
3254 UInt notCond = 1 ^ (UInt)i->ARMin.XDirect.cond; in emit_ARMInstr() local3255 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()3257 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()3301 UInt notCond = 1 ^ (UInt)i->ARMin.XIndir.cond; in emit_ARMInstr() local3302 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()3304 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()3366 UInt notCond = 1 ^ (UInt)i->ARMin.XAssisted.cond; in emit_ARMInstr() local3367 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()3369 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()
4431 UInt notCond = 1 ^ (UInt)i->ARM64in.XDirect.cond; in emit_ARM64Instr() local4432 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARM64Instr()4435 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond); in emit_ARM64Instr()4540 UInt notCond = 1 ^ (UInt)i->ARM64in.XDirect.cond; in emit_ARM64Instr() local4541 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARM64Instr()4544 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond); in emit_ARM64Instr()