Searched refs:inst4if (Results 1 – 1 of 1) sorted by relevance
/external/webkit/JavaScriptCore/assembler/ |
D | ARMv7Assembler.h | 659 uint8_t ifThenElse(Condition condition, bool inst2if, bool inst3if, bool inst4if) in ifThenElse() argument 663 | (ifThenElseConditionBit(condition, inst4if) << 1) in ifThenElse() 937 void it(Condition cond, bool inst2if, bool inst3if, bool inst4if) in it() argument 939 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if, inst3if, inst4if)); in it()
|