OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:putIntWithConstantInt
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/assembler/
AssemblerBufferWithConstantPool.h
216
void
putIntWithConstantInt
(uint32_t insn, uint32_t constant, bool isReusable = false)
ARMAssembler.h
482
m_buffer.
putIntWithConstantInt
(static_cast<ARMWord>(cc) | DTR | DT_LOAD | DT_UP | RN(ARMRegisters::pc) | RD(rd), imm, true);
487
m_buffer.
putIntWithConstantInt
(static_cast<ARMWord>(cc) | DTR | DT_LOAD | DT_UP | RN(ARMRegisters::pc) | RD(rd), imm);
Completed in 57 milliseconds