Searched refs:SETHI (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_32.c | 32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate() 262 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((init_value >> 10) & 0x3fffff), DR(dst))); in emit_const()
|
D | sljitNativeSPARC_common.c | 166 #define SETHI (OPC1(0x0) | OPC2(0x04)) macro
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 412 // Section B.9 - SETHI Instruction, p. 104 419 // (It's a special case of SETHI)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcInstr64Bit.td | 480 // 64 bit SETHI
|
D | SparcInstrInfo.td | 641 // Section B.9 - SETHI Instruction, p. 104 649 // (It's a special case of SETHI)
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstr64Bit.td | 480 // 64 bit SETHI
|
D | SparcInstrInfo.td | 637 // Section B.9 - SETHI Instruction, p. 104 645 // (It's a special case of SETHI)
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 741 instruction. Format 2 is for branch on condition codes and ``SETHI`` (set high 747 ``SparcInstrFormat.td``, ``F2_1`` is for ``SETHI``, and ``F2_2`` is for
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 741 instruction. Format 2 is for branch on condition codes and ``SETHI`` (set high 747 ``SparcInstrFormat.td``, ``F2_1`` is for ``SETHI``, and ``F2_2`` is for
|