Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc64/include/
Delf_support.h44 const unsigned int SETHI = 0x03000000U; /* sethi %hi(0), %g1 */ in sparc_write_branch() local
78 where[0] = SETHI | HIVAL(value, 10); in sparc_write_branch()
94 where[0] = SETHI | HIVAL(~value, 10); in sparc_write_branch()
131 where[0] = SETHI | HIVAL(value, 22); in sparc_write_branch()
154 where[0] = SETHI | HIVAL(neg, 10); in sparc_write_branch()
178 where[0] = SETHI | HIVAL(value, 42); in sparc_write_branch()
/netbsd/src/sys/arch/sparc/include/
Delf_support.h35 const unsigned int SETHI = 0x03000000U; /* sethi %hi(0), %g1 */ in sparc_write_branch() local
59 where[0] = SETHI | HIVAL(value, 10); in sparc_write_branch()
/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativeSPARC_32.c34 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate()
146 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((init_value >> 10) & 0x3fffff), DR(dst))); in emit_const()
DsljitNativeSPARC_common.c155 #define SETHI (OPC1(0x0) | OPC2(0x04)) macro
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-nds32.c5026 OP6 (SETHI),
5047 OP6 (SETHI),
5065 OP6 (SETHI),
5087 OP6 (SETHI),
5106 OP6 (SETHI),
5128 OP6(SETHI),
5150 OP6(SETHI),
5166 OP6 (SETHI),
5185 OP6 (SETHI),
5963 if (pattern_now->opcode->value == OP6 (SETHI)) in nds32_elf_append_relax_relocs()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dnds32-tdep.c689 else if (CHOP_BITS (insn, 20) == N32_TYPE1 (SETHI, REG_TA, 0)) in nds32_analyze_prologue()
727 else if (CHOP_BITS (insn, 20) == N32_TYPE1 (SETHI, REG_GP, 0)) in nds32_analyze_prologue()
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dexec.c164 #define SETHI 0x04 macro
464 case SETHI: in dispatch_instruction()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dnds32-asm.c251 {"sethi", "=rt,%i20u", OP6 (SETHI), 4, ATTR_ALL, 0, NULL, 0, NULL},
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dnds32-asm.c251 {"sethi", "=rt,%i20u", OP6 (SETHI), 4, ATTR_ALL, 0, NULL, 0, NULL},
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-96973853 ({NOP,OR,FMOVS,SETHI,SLLX,SRA}_INSN): Define.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200230145 (CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'. Add `N' as SETHI.