Home
last modified time | relevance | path

Searched refs:BRAF_OPCODE (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
DSH4Assembler.h59 BRAF_OPCODE = 0x0023, enumerator
773 case BRAF_OPCODE: in branch()
774 oneShortOp(getOpcodeGroup2(BRAF_OPCODE, reg)); in branch()
1212 branch(BRAF_OPCODE, scr); in jmp()
1300 instruction = (BRAF_OPCODE | (*instructionPtr++ & 0xf00)); in linkJump()
1310 ASSERT((*(instructionPtr + 1) & BRAF_OPCODE) == BRAF_OPCODE); in linkJump()
1413 instruction = (BRAF_OPCODE | (*instructionPtr++ & 0xf00)); in relinkJump()
1419 ASSERT((*(instructionPtr + 1) & BRAF_OPCODE) == BRAF_OPCODE); in relinkJump()
1457 instruction = (BRAF_OPCODE | (*instructionPtr++ & 0xf00)); in linkJump()
1467 ASSERT((*(instructionPtr + 1) & BRAF_OPCODE) == BRAF_OPCODE); in linkJump()
[all …]