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

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMv7Assembler.h725 uint8_t ifThenElse(Condition condition, bool inst2if, bool inst3if, bool inst4if) argument
727 int mask = (ifThenElseConditionBit(condition, inst2if) << 3)
734 uint8_t ifThenElse(Condition condition, bool inst2if, bool inst3if) argument
736 int mask = (ifThenElseConditionBit(condition, inst2if) << 3)
742 uint8_t ifThenElse(Condition condition, bool inst2if) argument
744 int mask = (ifThenElseConditionBit(condition, inst2if) << 3)
1011 ALWAYS_INLINE void it(Condition cond, bool inst2if) argument
1013 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if));
1016 ALWAYS_INLINE void it(Condition cond, bool inst2if, bool inst3if) argument
1018 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if, inst3i
1021 it(Condition cond, bool inst2if, bool inst3if, bool inst4if) argument
[all...]

Completed in 200 milliseconds