/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 208 case PPC::LHZU: in decodeMemRIOperands()
|
/external/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 238 case PPC::LHZU: in decodeMemRIOperands()
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC64.cpp | 46 LHZU = 41, enumerator 513 case LHZU: in isInstructionUpdateForm()
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 329 case PPC::LHZU: in decodeMemRIOperands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 3290 case PPC::LHZUX: III.ImmOpcode = PPC::LHZU; break; in instrHasImmForm() 3888 Opcode == PPC::LHZX8 || Opcode == PPC::LHZU || Opcode == PPC::LHZUX || in isSignExtendingOp() 3955 Opcode == PPC::LHZU || Opcode == PPC::LHZUX || Opcode == PPC::LBZ || in isZeroExtendingOp()
|
D | PPCMIPeephole.cpp | 197 Opcode == PPC::LHZU || Opcode == PPC::LHZUX || in getKnownLeadingZeroCount()
|
D | PPCISelDAGToDAG.cpp | 4662 case MVT::i16: Opcode = isSExt ? PPC::LHAU : PPC::LHZU; break; in Select()
|
D | PPCInstrInfo.td | 2010 def LHZU : DForm_1<41, (outs gprc:$rD, ptr_rc_nor0:$ea_result), (ins memri:$addr),
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCMIPeephole.cpp | 204 Opcode == PPC::LHZU || Opcode == PPC::LHZUX || in getKnownLeadingZeroCount()
|
D | PPCInstrInfo.cpp | 3723 case PPC::LHZUX: III.ImmOpcode = PPC::LHZU; break; in instrHasImmForm() 4671 Opcode == PPC::LHZX8 || Opcode == PPC::LHZU || Opcode == PPC::LHZUX || in isSignExtendingOp() 4738 Opcode == PPC::LHZU || Opcode == PPC::LHZUX || Opcode == PPC::LBZ || in isZeroExtendingOp()
|
D | PPCISelDAGToDAG.cpp | 4793 case MVT::i16: Opcode = isSExt ? PPC::LHAU : PPC::LHZU; break; in Select()
|
D | PPCInstrInfo.td | 2202 def LHZU : DForm_1<41, (outs gprc:$rD, ptr_rc_nor0:$ea_result), (ins memri:$addr),
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 1081 UINT64_C(2751463424), // LHZU 2729 case PPC::LHZU: 7491 CEFBS_None, // LHZU = 1068
|
D | PPCGenAsmWriter.inc | 2736 201353424U, // LHZU 5027 0U, // LHZU 6576 // LBZU, LBZU8, LDU, LFDU, LFSU, LHAU, LHAU8, LHZU, LHZU8, LWZU, LWZU8, S...
|
D | PPCGenDisassemblerTables.inc | 2327 /* 10845 */ MCD::OPC_Decode, 172, 8, 120, // Opcode: LHZU
|
D | PPCGenInstrInfo.inc | 1083 LHZU = 1068, 4052 …LL<<MCID::MayLoad), 0x10ULL, nullptr, nullptr, OperandInfo123, -1 ,nullptr }, // Inst #1068 = LHZU
|
D | PPCGenAsmMatcher.inc | 5788 …{ 6431 /* lhzu */, PPC::LHZU, Convert__RegGPRC1_0__imm_95_0__DispRI1_1__RegGxRCNoR01_2, AMFBS_None…
|
/external/capstone/arch/PowerPC/ |
D | PPCGenAsmWriter.inc | 667 83909619U, // LHZU 2189 0U, // LHZU 4489 // LBZU, LBZU8, LDU, LFDU, LFSU, LHAU, LHAU8, LHZU, LHZU8, LWZU, LWZU8, S...
|
D | PPCGenDisassemblerTables.inc | 1530 /* 6313 */ MCD_OPC_Decode, 135, 5, 82, // Opcode: LHZU
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2525 case MVT::i16: Opcode = isSExt ? PPC::LHAU : PPC::LHZU; break; in Select()
|
D | PPCInstrInfo.td | 1675 def LHZU : DForm_1<41, (outs gprc:$rD, ptr_rc_nor0:$ea_result), (ins memri:$addr),
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | convert-rr-to-ri-instrs.mir | 2254 ; CHECK: LHZU 31440, %0
|