Searched refs:notCond (Results 1 – 2 of 2) sorted by relevance
3238 UInt notCond = 1 ^ (UInt)i->ARMin.XDirect.cond; in emit_ARMInstr() local3239 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()3241 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()3284 UInt notCond = 1 ^ (UInt)i->ARMin.XIndir.cond; in emit_ARMInstr() local3285 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()3287 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()3348 UInt notCond = 1 ^ (UInt)i->ARMin.XAssisted.cond; in emit_ARMInstr() local3349 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()3351 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()
3543 UInt notCond = 1 ^ (UInt)i->ARM64in.XDirect.cond; in emit_ARM64Instr() local3544 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARM64Instr()3547 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond); in emit_ARM64Instr()3652 UInt notCond = 1 ^ (UInt)i->ARM64in.XDirect.cond; in emit_ARM64Instr() local3653 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARM64Instr()3656 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond); in emit_ARM64Instr()