Searched refs:inst4if (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
729 | (ifThenElseConditionBit(condition, inst4if) << 1)
1021 ALWAYS_INLINE void it(Condition cond, bool inst2if, bool inst3if, bool inst4if) argument
1023 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if, inst3if, inst4if));

Completed in 314 milliseconds