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

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMv7Assembler.h577 OP_B_T2 = 0xE000, enumerator in enum:JSC::ARMRegisters::__anon2650
2480 // for OP_B_T2 the branch displacement encoded in the instruction is 2
2531 // for OP_B_T2 the branch displacement encoded in the instruction is 2
2537 instruction[-1] = OP_B_T2 | ((relative & 0xffe) >> 1);

Completed in 123 milliseconds