/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate() 109 return push_inst(compiler, ADDIS | D(dst) | A(src1) | compiler->imm); in emit_single_op() 112 …FAIL_IF(push_inst(compiler, ADDIS | D(dst) | A(src1) | (((compiler->imm >> 16) & 0xffff) + ((compi… in emit_single_op() 254 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 16))); in emit_const()
|
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() 244 return push_inst(compiler, ADDIS | D(dst) | A(src1) | compiler->imm); in emit_single_op() 247 …FAIL_IF(push_inst(compiler, ADDIS | D(dst) | A(src1) | (((compiler->imm >> 16) & 0xffff) + ((compi… in emit_single_op() 473 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 48))); in emit_const()
|
D | sljitNativePPC_common.c | 144 #define ADDIS (HI(15)) macro 955 FAIL_IF(push_inst(compiler, ADDIS | D(tmp_reg) | A(arg) | IMM(high_short >> 16))); in emit_op_mem() 1613 FAIL_IF(push_inst(compiler, ADDIS | D(TMP_REG2) | A(0) | 0x4330)); in sljit_emit_fop1_conv_f64_from_sw() 1618 FAIL_IF(push_inst(compiler, ADDIS | D(TMP_REG1) | A(0) | 0x8000)); in sljit_emit_fop1_conv_f64_from_sw()
|
/external/v8/src/codegen/ppc/ |
D | assembler-ppc-inl.h | 324 bool overflowed = (opcode == ADDIS); in IsConstantPoolLoadStart() 347 if ((opcode != ADDIS) || GetRA(instr) != kConstantPoolRegister) { in IsConstantPoolLoadEnd()
|
D | assembler-ppc.cc | 313 return ((instr & kOpcodeMask) == ADDIS) && GetRA(instr) == r0; in IsLis() 870 d_form(ADDIS, dst, src, imm.immediate(), true); in addis() 956 d_form(ADDIS, dst, r0, imm.immediate(), true); in lis()
|
D | constants-ppc.h | 1769 V(addis, ADDIS, 0x3C000000) \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 610 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::ADDIS) in EmitInstruction() 916 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::ADDIS) in EmitInstruction() 1026 MCInstBuilder(Subtarget->isPPC64() ? PPC::ADDIS8 : PPC::ADDIS) in EmitInstruction() 1443 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::ADDIS) in EmitFunctionBodyStart()
|
D | PPCInstrInfo.td | 2173 def ADDIS : DForm_2<15, (outs gprc:$rD), (ins gprc_nor0:$rA, s17imm:$imm), 2958 (ADDIS (ADDI $in, (LO16 imm:$imm)), (HA16 imm:$imm))>; 3012 (ADDIS $in, tglobaltlsaddr:$g)>; 3016 (ADDIS $in, tglobaladdr:$g)>; 3018 (ADDIS $in, tconstpool:$g)>; 3020 (ADDIS $in, tjumptable:$g)>; 3022 (ADDIS $in, tblockaddress:$g)>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 827 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::ADDIS) in EmitInstruction() 937 MCInstBuilder(Subtarget->isPPC64() ? PPC::ADDIS8 : PPC::ADDIS) in EmitInstruction() 1211 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::ADDIS) in EmitFunctionBodyStart()
|
D | PPCInstrInfo.td | 1947 def ADDIS : DForm_2<15, (outs gprc:$rD), (ins gprc_nor0:$rA, s17imm:$imm), 2678 (ADDIS (ADDI $in, (LO16 imm:$imm)), (HA16 imm:$imm))>; 2732 (ADDIS $in, tglobaltlsaddr:$g)>; 2736 (ADDIS $in, tglobaladdr:$g)>; 2738 (ADDIS $in, tconstpool:$g)>; 2740 (ADDIS $in, tjumptable:$g)>; 2742 (ADDIS $in, tblockaddress:$g)>;
|
/external/v8/src/diagnostics/ppc/ |
D | disasm-ppc.cc | 1336 case ADDIS: { in InstructionDecode()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 897 TmpInst.setOpcode(PPC::ADDIS); in ProcessInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 951 TmpInst.setOpcode(PPC::ADDIS); in ProcessInstruction()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 236 UINT64_C(1006632960), // ADDIS 2579 case PPC::ADDIS: 5825 0, // ADDIS = 223
|
D | PPCGenDAGISel.inc | 17923 /* 46247*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0, 17926 // Dst: (ADDIS:{ *:[i32] } ?:{ *:[i32] }:$in, (tglobaladdr:{ *:[i32] }):$g) 17938 /* 46276*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0, 17941 // Dst: (ADDIS:{ *:[i32] } ?:{ *:[i32] }:$in, (tconstpool:{ *:[i32] }):$g) 17953 /* 46305*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0, 17956 // Dst: (ADDIS:{ *:[i32] } ?:{ *:[i32] }:$in, (tjumptable:{ *:[i32] }):$g) 17968 /* 46334*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0, 17971 // Dst: (ADDIS:{ *:[i32] } ?:{ *:[i32] }:$in, (tblockaddress:{ *:[i32] }):$g) 18004 /* 46399*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0, 18007 // Dst: (ADDIS:{ *:[i32] } ?:{ *:[i32] }:$in, (tglobaladdr:{ *:[i32] }):$g) [all …]
|
D | PPCGenAsmWriter.inc | 1841 25500U, // ADDIS 3999 4U, // ADDIS 6420 // SUBI, SUBIC, SUBICo, SUBIS, ADDI, ADDI8, ADDIC, ADDIC8, ADDICo, ADDIS,...
|
D | PPCGenInstrInfo.inc | 238 ADDIS = 223, 3069 …223, 3, 1, 4, 116, 0, 0x8ULL, nullptr, nullptr, OperandInfo51, -1 ,nullptr }, // Inst #223 = ADDIS
|
D | PPCGenDisassemblerTables.inc | 738 /* 3251 */ MCD::OPC_Decode, 223, 1, 28, // Opcode: ADDIS
|
D | PPCGenAsmMatcher.inc | 4440 …{ 25 /* addis */, PPC::ADDIS, Convert__RegGPRC1_0__RegGPRCNoR01_1__S17Imm1_2, 0, { MCK_RegGPRC, MC…
|
/external/v8/src/execution/ppc/ |
D | simulator-ppc.cc | 1499 case ADDIS: { in ExecuteGeneric()
|
/external/capstone/arch/PowerPC/ |
D | PPCGenAsmWriter.inc | 60 2147505661U, // ADDIS 1333 0U, // ADDIS 3951 // ADDI, ADDI8, ADDIC, ADDIC8, ADDICo, ADDIS, ADDIS8, CMPDI, CMPWI, MULLI...
|
D | PPCGenDisassemblerTables.inc | 416 /* 1565 */ MCD_OPC_Decode, 40, 17, // Opcode: ADDIS
|