Searched refs:ADDIS (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativePPC_64.c | 58 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate() 76 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate() 112 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 48))); in load_immediate() 225 return push_inst(compiler, ADDIS | D(dst) | A(src1) | compiler->imm); in emit_single_op() 235 …return push_inst(compiler, ADDIS | D(dst) | A(dst) | (((compiler->imm >> 16) & 0xffff) + ((compile… in emit_single_op() 394 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 48))); in emit_const()
|
D | sljitNativePPC_32.c | 37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate() 106 return push_inst(compiler, ADDIS | D(dst) | A(src1) | compiler->imm); in emit_single_op() 115 …return push_inst(compiler, ADDIS | D(dst) | A(dst) | (((compiler->imm >> 16) & 0xffff) + ((compile… in emit_single_op() 249 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 16))); in emit_const()
|
D | sljitNativePPC_common.c | 137 #define ADDIS (HI(15)) macro 1024 FAIL_IF(push_inst(compiler, ADDIS | D(arg) | A(arg) | IMM(high_short >> 16))); in getput_arg() 1035 FAIL_IF(push_inst(compiler, ADDIS | D(tmp_r) | A(arg & REG_MASK) | IMM(high_short >> 16))); in getput_arg() 1852 FAIL_IF(push_inst(compiler, ADDIS | D(TMP_REG2) | A(0) | 0x4330)); in sljit_emit_fop1_convd_fromw() 1857 FAIL_IF(push_inst(compiler, ADDIS | D(TMP_REG1) | A(0) | 0x8000)); in sljit_emit_fop1_convd_fromw()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 797 EmitToStreamer(OutStreamer, MCInstBuilder(PPC::ADDIS) in EmitInstruction() 907 MCInstBuilder(Subtarget->isPPC64() ? PPC::ADDIS8 : PPC::ADDIS) in EmitInstruction() 1145 EmitToStreamer(OutStreamer, MCInstBuilder(PPC::ADDIS) in EmitFunctionBodyStart() 1323 EmitToStreamer(OutStreamer, MCInstBuilder(PPC::ADDIS) in EmitFunctionStubs()
|
D | PPCInstrInfo.td | 1839 def ADDIS : DForm_2<15, (outs gprc:$rD), (ins gprc_nor0:$rA, s17imm:$imm), 2543 (ADDIS (ADDI $in, (LO16 imm:$imm)), (HA16 imm:$imm))>; 2597 (ADDIS $in, tglobaltlsaddr:$g)>; 2601 (ADDIS $in, tglobaladdr:$g)>; 2603 (ADDIS $in, tconstpool:$g)>; 2605 (ADDIS $in, tjumptable:$g)>; 2607 (ADDIS $in, tblockaddress:$g)>;
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 824 TmpInst.setOpcode(PPC::ADDIS); in ProcessInstruction()
|