Lines Matching defs:one
309 encoding, and we need to translate that to an ARMvfp one:
459 (since there is only one calling convention) and so we always
732 result. The expression may only be a 32-bit one.
801 result. The expression may only be a 32-bit one.
867 result. The expression may only be a 32-bit one.
935 without knowing (before this call) which one.
1065 ARMRI84* one = ARMRI84_I84(1,0);
1066 addInstr(env, ARMInstr_CmpOrTst(False/*test*/, rTmp, one));
1081 ARMRI84* one = ARMRI84_I84(1,0);
1082 addInstr(env, ARMInstr_CmpOrTst(False/*test*/, rTmp, one));
1668 are guaranteed to have value either only zero or one,
4422 ULong one = (1LL << 32) | 1LL;
4437 mkU128(one)),
4440 mkU128(one))),
4441 mkU128(one)),
5916 Make sure the value in the register is only zero or one,
6140 ARMRI84* one = ARMRI84_I84(1,0);
6142 addInstr(env, ARMInstr_Alu(ARMalu_XOR, r_res, hregARM_R0(), one));
6144 addInstr(env, ARMInstr_Alu(ARMalu_AND, r_res, r_res, one));
6356 /* hwcaps should not change from one ISEL call to another. */