Searched refs:tcheck (Results 1 – 15 of 15) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm.h | 70 static inline int tcheck(void) in tcheck() function 79 return tcheck() & 8; in tcheck_doomed() 84 return tcheck() & 4; in tcheck_active() 89 return tcheck() & 2; in tcheck_suspended() 94 return tcheck() & 6; in tcheck_transactional()
|
/external/llvm-project/llvm/test/MC/PowerPC/ |
D | htm.s | 41 # CHECK-BE: tcheck 0 # encoding: [0x7c,0x00,0x05,0x9c] 42 # CHECK-LE: tcheck 0 # encoding: [0x9c,0x05,0x00,0x7c] 43 tcheck 0 44 # CHECK-BE: tcheck 3 # encoding: [0x7d,0x80,0x05,0x9c] 45 # CHECK-LE: tcheck 3 # encoding: [0x9c,0x05,0x80,0x7d] 46 tcheck 3
|
/external/llvm/test/MC/PowerPC/ |
D | htm.s | 41 # CHECK-BE: tcheck 0 # encoding: [0x7c,0x00,0x05,0x9c] 42 # CHECK-LE: tcheck 0 # encoding: [0x9c,0x05,0x00,0x7c] 43 tcheck 0 44 # CHECK-BE: tcheck 3 # encoding: [0x7d,0x80,0x05,0x9c] 45 # CHECK-LE: tcheck 3 # encoding: [0x9c,0x05,0x80,0x7d] 46 tcheck 3
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | htm.ll | 132 %0 = tail call i32 @llvm.ppc.tcheck() 138 ; CHECK: tcheck [[REG1:[0-9]+]] 144 declare i32 @llvm.ppc.tcheck()
|
/external/llvm-project/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-p8htm.txt | 36 # CHECK: tcheck 0
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrHTM.td | 87 (outs crrc:$BF), (ins), "tcheck $BF", IIC_SprMTSPR, []>; 90 // All HTM instructions, with the exception of tcheck, set CR0 with the
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrHTM.td | 68 (outs), (ins crrc:$BF), "tcheck $BF", IIC_SprMTSPR, []>; 89 // All HTM instructions, with the exception of tcheck, set CR0 with the
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrHTM.td | 87 (outs crrc:$BF), (ins), "tcheck $BF", IIC_SprMTSPR, []>; 90 // All HTM instructions, with the exception of tcheck, set CR0 with the
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmMatcher.inc | 4345 "ortwci\006tbegin\006tcheck\002td\004tdeq\005tdeqi\004tdge\005tdgei\004t" 6421 { 9959 /* tcheck */, PPC::TCHECK, Convert__RegCRRC1_0, AMFBS_None, { MCK_RegCRRC }, },
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Intrinsics.gen | 4124 ppc_tcheck, // llvm.ppc.tcheck 10182 "llvm.ppc.tcheck", 18122 3, // llvm.ppc.tcheck
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Intrinsics.gen | 4124 ppc_tcheck, // llvm.ppc.tcheck 10182 "llvm.ppc.tcheck", 18122 3, // llvm.ppc.tcheck
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Intrinsics.gen | 4124 ppc_tcheck, // llvm.ppc.tcheck 10182 "llvm.ppc.tcheck", 18122 3, // llvm.ppc.tcheck
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Intrinsics.gen | 4124 ppc_tcheck, // llvm.ppc.tcheck 10182 "llvm.ppc.tcheck", 18122 3, // llvm.ppc.tcheck
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Intrinsics.gen | 4118 ppc_tcheck, // llvm.ppc.tcheck 10142 "llvm.ppc.tcheck", 18027 3, // llvm.ppc.tcheck
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 5972 "llvm.ppc.tcheck", 16105 5, // llvm.ppc.tcheck
|