Searched defs:Cset (Results 1 – 9 of 9) sorted by relevance
/external/vixl/examples/ |
D | check-bounds.cc | 54 __ Cset(x0, ls); in GenerateCheckBounds() local
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 624 __ Cset(reg, cc); in AssembleArchBoolean() local
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 536 __ Cset(result, gt); // gt => 1, otherwise (lt, eq) => 0 (EQUAL). in GenerateGeneric() local 3271 __ Cset(result, gt); // gt => 1, otherwise (lt, eq) => 0 (EQUAL). in GenerateNumbers() local 3328 __ Cset(result, ne); in GenerateInternalizedStrings() local 3367 __ Cset(result, ne); in GenerateUniqueNames() local
|
D | regexp-macro-assembler-arm64.cc | 277 __ Cset(x11, eq); in CheckGreedyLoop() local
|
D | macro-assembler-arm64-inl.h | 465 void MacroAssembler::Cset(const Register& rd, Condition cond) { in Cset() function
|
D | lithium-codegen-arm64.cc | 4193 __ Cset(result, ge); in DoMathRoundI() local 5613 __ Cset(output, eq); in DoDeferredTaggedToI() local
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1072 void Cset(const Register& rd, Condition cond) { in Cset() function
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 6785 __ Cset(x0, ne); in TEST() local 6815 __ Cset(x0, ne); in LoadIntValueHelper() local 6867 __ Cset(x0, ne); in LoadFPValueHelper() local 8396 __ Cset(w8, ne); in TEST() local 15213 __ Cset(x12, eq); in TEST() local 15297 __ Cset(x12, eq); in TEST() local
|
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 4610 __ Cset(w8, ne); in TEST() local
|